cURL
curl --request POST \ --url https://api.example.com/external-api/publications/cancel \ --header 'Content-Type: application/json' \ --data ' { "publication_id": 396, "channel_id": -1001568992973 } '
{}
The body is of type object.
object
The response is of type object.
Was this page helpful?