DELETE/social-posts/{id}

Deletes a scheduled or failed social post.

https://api.postfa.st/Auth: pf-api-keyRate limit: 160 requests per hour

Path parameters

idstring (UUID)required

The id of the social post to delete.

Response

200 OK Returns { deleted: false } or an error if the post is not found or deletion fails.

deletedbooleanoptional

Whether the post was deleted.