Skip to main content
DELETE
/
api
/
events
/
{event_id}
Delete Event Endpoint
curl --request DELETE \
  --url https://api.example.com/api/events/{event_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

event_id
string
required

Response

Successful Response