Remove Appointment


This request removes an addressable from the database.

The object ID (OID) of the appointment is a part of the resource URL. This OID is typically retrieved by a get calendar request.

Resource

DELETE /appointments/<OID>

Where OID is the object ID of the appointment.

Parameters

None

Payload

None

Response

None

Context

Authorization

User

Errors

Example

Request
DELETE https://xelion.nl/api/v1/master/appointments/1557367
Response

None