Posts

Delete a post: DELETE /posts/:id

Deletes a post and stops the workflow behind it.

Path

Method and path
DELETEhttps://api.posty.hu/public/v1/posts/:id
Authorization
posts:draft
operationId
deletePost

Deletes a post and stops the scheduling process attached to it. It does not delete an already published post from the platform.

Parameters

NameLocationTypeRequiredDescription
idpathstringyesThe post ID.

Request

curl -X DELETE https://api.posty.hu/public/v1/posts/clp0s7t8u9v0w1x2 \
  -H "Authorization: psty_your_key"

Related

Is something missing from this page? Email [email protected] or use the form on the Help page.