curl -X DELETE "https://postsyncer.com/api/v1/posts/123" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "message": "Post deleted successfully" }
Delete a post and cancel any scheduled publishing
Was this page helpful?