DELETE/social-posts/{id}
Deletes a scheduled or failed social post.
https://api.postfa.st/Auth:
pf-api-keyRate limit: 160 requests per hourPath parameters
idstring (UUID)requiredThe 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.
deletedbooleanoptionalWhether the post was deleted.