Delete an Event from Channel Pool

Syntax

DELETE /api/channels/[channel]/channel_pool/events/[event]

Request

DELETE /api/channels/test/channel_pool/events/event_1 HTTP/1.1
Response
HTTP/1.1 204 No Content

Info: If trying to delete a non-existing Event the returned error-code will be HTTP 404, with a reference to relevant info used in the request-uri.