Option

Terminate option

This endpoint allows you to retrieve to terminate the option.

delete/1/videos/{channel}/options/{video_option}/terminate

Path parameters

channelinteger required

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

video_optionstring required

Query parameters

account_idinteger required

Account identifier

The account identifier

Request body

instantboolean

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 3 revisions of this API.