This function removes a delegate from another user's calendar.
Note:
You must install the Calendar and Contacts Server cPanel plugin to access this API function.
uapi --output=jsonpretty \ --user=username \ CCS \ remove_delegate \ delegator='user1@example.com' \ delegatee='user2@example.com'
{- "apiversion": 3,
- "func": "remove_delegate",
- "module": "CCS",
- "result": {
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}