cURL
curl --request DELETE \ --url https://mallary.ai/api/v1/posts/{id} \ --header 'Authorization: <api-key>'
Deletes a post that has not yet been sent (queued/scheduled). Completed posts cannot be deleted.
Use Authorization: Bearer {api_key}
Authorization: Bearer {api_key}
ID of the post to delete
Post deleted