POST
/
annotations
/
sets
/
v1
/
{set_id}
/
detach
curl --request POST \
  --url https://api.mottostreaming.com/annotations/sets/v1/{set_id}/detach \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

set_id
string
required

Query Parameters

project_id
string
content_base_type
string

Should be either event or creative_work.

content_type_id
string

Should be the ID of the content type as defined in the CMS service.

Response

200
application/json
OK

The response is of type object.