Skip to main content
POST
/
external-api
/
publications
/
cancel
Cancel Publication
curl --request POST \
  --url https://api.example.com/external-api/publications/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "publication_id": 396,
  "channel_id": -1001568992973
}
'
{}

Headers

X-Partner-Id
string

Body

application/json

The body is of type object.

Response

204 - application/json

The response is of type object.