Events Delete an event (simplified endpoint)
DELETE
/control-plane/api/v1/v1/event

Authentication

API Key (BearerAuth)

  • Header: Authorization

Query Parameters

project-idstringrequired

Project ID


idstring

Event ID (if not provided, deletes all events for project)


Responses

200
OK

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
401
Unauthorized

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}