POST
/
api
/
v1
/
assets
/
{public_id}
/
burn
Burn Asset
curl --request POST \
  --url https://api.example.com/api/v1/assets/{public_id}/burn \
  --header 'Content-Type: application/json' \
  --data '
{
  "subtitle_asset_id": "<string>"
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
subtitle_asset_id
string
required

Response

Successful Response

The response is of type Response Burn Asset Api V1 Assets Public Id Burn Post · object.