Delete invitees for an Event (DELETE)
This API allows you to delete one or more invitees from a specific event.
Call
In this call, you can delete a user from the invitee list of an event userResourceGuid. Also, multiple users can be deleted in the same call, making it possible to remove full lists of users.
Notes
- The eventResourceGuid can be found on the return of other APIs such as "Create a new event", "Update an event", "Search events" and "Return a list of users".
- The eventResourceGuid is on the CRM view of the event page URL:

Response
This API will return in JSON format a list of all the users who were successfully deleted from the invitee list and a list of all the errors (if any) of the users that, for different reasons, couldn't be removed.
Example
{
"success": [
"45268dce-ce16-4443-9c31-73e828f8581a"
],
"errors": null
}
*Use gateway-us for the United States region and gateway-uk for the UK region. For the Frankfurt region, simply use gateway.
Updated 19 days ago