Skip to main content
DELETE
This endpoint requires authentication and the deleteEvent permission.

Path Parameters

string
required
The unique identifier (UUID) of the event to delete

Response

A successful request returns HTTP 204 No Content status.

Error Responses

object
Error details when the request fails
Common error cases:
  • 401 Unauthorized: Missing or invalid access token
  • 403 Forbidden: Insufficient permissions
  • 404 Not Found: Event not found