Remove Break

remove_break

Removes a scheduled break.

This endpoint is only applicable for breaks scheduled in the future when the future_timecodes parameter has been enabled.

A request body parameter is described below.

Request ParameterTypeDescription
id RequiredIntegerIdentifies a scheduled break by its ID. Use the list_breaks endpoint to retrieve a list of scheduled breaks and their IDs.

Sample request:

POST /remove_break HTTP/1.1

{
	"id": 0
}

Sample response:

{
	"error": 0
}