v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
CCS
Calendar and Contacts Server

Remove calendar delegation

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.

get/CCS/remove_delegate

Query parameters

delegateestring email required
Example:user2@example.com

The user from whom you wish to remove delegation rights.

delegatorstring email required
Example:user1@example.com

The calendar's owner.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "remove_delegate",
  "module": "CCS",
  "result": {
    "status": 1
  }
}