Attendees
Delete Attendee
Soft-delete an attendee (ticket)
DELETE
Delete Attendee
Soft-deletes a single attendee (ticket). Routes through the same canonical action asPATCH { status: "deleted" }, so refund/statusChangeHistory side effects fire correctly.
Requires the attendees:write scope.
Path Parameters
The unique identifier of the event.
The unique identifier of the attendee (ticket).
Response
Returns200 OK with:
Errors
404 Attendee not found— ticket missing or not owned by your org.422— the underlying delete was rejected (e.g. the ticket is part of an in-flight upgrade flow). The responseerrorfield carries the reason.
