Skip to content

Delete an event

Request

Permanently deletes an event. Requires SITE_CALENDAR:WRITE.

Security
bearerAuth
Path
eventIdintegerrequired

ID of the event to permanently delete. This is irreversible; to keep the event but hide it, use the status endpoint to archive it instead.

curl -i -X DELETE \
  'https://api-doc.immo-facile.com/_mock/openapi/calendar/events/{eventId}' \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

Deleted successfully

Response
No content