Delete an active post and schedule the next one
DELETE/social-media-posting/category/queues/:postId/active-post
Deletes a post that is currently scheduled and automatically triggers the scheduling of the next available post in the queue.
Request
Version stringrequired
API Version
Available options
2021-04-15postId stringrequired
locationId stringrequired
Location ID
Successfully deleted the active post and scheduled the next one.
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
statusCodenumberrequired
resultsobjectrequired
traceIdstring
{
"success": true,
"statusCode": 200,
"results": {
"message": "Current post deleted and next post scheduled successfully"
},
"traceId": "string"
}