curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/contacts/{contactId} \
--header 'x-access-token: <api-key>'Soft-delete a contact. Can be restored with the restore endpoint. Requires the write:contacts scope.
curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/contacts/{contactId} \
--header 'x-access-token: <api-key>'