Event

Delete an event

This endpoint allows you to delete an Event.

delete/1/videos/{channel}/events/{repeatable_planned_event}

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

repeatable_planned_eventstring required

Query parameters

account_idinteger required

Account identifier

The account identifier

Request body

dateinteger

Timestamp {name} has been created

type'all' | 'from' | 'only' nullable

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.