Skip to main content
DELETE
/
api
/
Event
/
{eventId}
/
Contacts
/
{eventContactId}
Delete an Event Contact
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/Event/{eventId}/Contacts/{eventContactId} \
  --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

eventContactId
string
required

(Required) The event contact identifier.

eventId
string
required

(Required)

Response

OK

Last modified on June 5, 2026