Deletes an invitation with specified id. The authenticated user must have edit permission on the calendar.
URL:
http://{domain_name}/{rest_context_name}/private/v1/calendar/invitations/{id}
Parameters:
Required (path parameters):
| Parameter | Description | 
|---|---|
| id | Identity of the invitation. | 
Optional (query parameters): No
Request example:
DELETE: http://localhost:8080/rest/private/v1/calendar/invitations/evt123:root
Response:
 HTTP status code:
            200 if deleted successfully, 404 if invitation not found,
            401 if the user does not have permission, 503 if any error during save process.