Option > Record > Instant
Stop a record
Try to stop the instant record identified of the channel identified by the given channel ID. If no such record exists for the channel or that the recording already stopped, this will throw an error.
NOTES:
- it is possible to stop a recording even if the option has expired.
- at the moment a channel may only have one instant record at a time, so this will use the first found
delete/1/videos/{channel}/options/recording/instant
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
Query parameters
account_idinteger required
Account identifier
The account identifier
Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.