cURL
curl --request DELETE \ --url https://api.woopsocial.com/v1/posts/{postId} \ --header 'Authorization: Bearer <token>'
{ "code": "POST_NOT_FOUND", "message": "<string>" }
Deletes one scheduled post by post ID.
A post can only be deleted when all of its social-account deliveries are still NOT_STARTED.
NOT_STARTED
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Post identifier.
Post deleted.
Was this page helpful?