curl --request DELETE \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/active-post \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Delete a currently scheduled post and automatically trigger scheduling of the next available post in the queue.
curl --request DELETE \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/active-post \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
The ID of the currently active post
Successful response
Was this page helpful?