Events
Delete Event
Delete an existing event
DELETE
This endpoint requires authentication and the
deleteEvent permission.Path Parameters
The unique identifier (UUID) of the event to delete
Response
A successful request returns HTTP 204 No Content status.Error Responses
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
