appointment_delete ()
Function prototype | appointment_delete (session, ref) |
---|---|
API Version | 2.7.32 and higher |
SOAP, REST |
Description
Deletes (cancels) an existing appointment
Required permissions: The active user must be the organizer of the appointment. Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
The deletion of an appointment triggers some actions (e.g. sending invitations to the members) that are described in APPOINTMENT WEB SERVICES
Input parameters: |
|
Output parameters: |
|
Request example
appointment_delete ( “LCAAAAAAAAAAAA”, 12545)
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to delete the appointment |
APPOINTMENT.NOT_FOUND | The requested appointment doesn’t exist or the active USER is not member. |