SeatBuilderSeatBuilder Docs

Delete an event

Deletes an event and all of its seat-status state (holds and bookings). The bound chart is unaffected.

DELETE/api/v1/events/{eventKey}

Path Parameters

eventKeystring

Response Body

curl -X DELETE "http://localhost:3000/api/v1/events/string"

{
  "eventKey": "evt_q3-2026-jazz-night",
  "deleted": true
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}