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.

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
}