DELETE
/
cms
/
types
/
v1
/
{type_id}
curl --request DELETE \
  --url https://api.mottostreaming.com/cms/types/v1/{type_id} \
  --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

type_id
string
required

Query Parameters

base_type
enum<string>
Available options:
BASE_TYPE_UNSPECIFIED,
BASE_TYPE_EVENT,
BASE_TYPE_CREATIVE_WORK,
BASE_TYPE_ENTITY
project_id
string

Response

200
application/json
OK

The response is of type object.