Posts

Delete a post: DELETE /posts/:id

Egy poszt törlése és a hozzá tartozó folyamat leállítása.

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
idútvonalstringyesThe post ID.

Request

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

Related

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