Skip to main content
DELETE
/
api
/
v1
/
posts
/
{id}
Delete a pending/scheduled post
curl --request DELETE \
  --url https://mallary.ai/api/v1/posts/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Path Parameters

id
integer
required

ID of the post to delete

Response

Post deleted