Delete an Event

Create an Event object

Parameter

Accessible via URL https://api.channel.io/open/v4/users/{userId}/events/{eventId} and HTTP DELETE

ParameterExampleRequiredDescriptionParameter type
userId5ec3a01fe2b3f4d2cbc5RequiredID of UserPath
eventId1004RequiredID of an Event Path

Example

DELETE https://api.channel.io/open/v4/users/5ec3a01fe2b3f4d2cbc5/events/1004

Response

Returns a HTTP status code of 204 if succeeded.