Skip to main content
DELETE
/
api
/
Event
/
{eventId}
/
Attendees
/
{eventAttendeeId}
Delete an Event Attendee
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/Event/{eventId}/Attendees/{eventAttendeeId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eventId
string
required

(Required) The event identifier.

eventAttendeeId
string
required

(Required) The event attendee identifier.

Response

OK

Last modified on June 5, 2026