Skip to main content
DELETE
/
posts
/
{post}
curl -X DELETE https://app.trypost.it/api/posts/9f1a2b3c-4d5e-6f7a-8b9c-0d1e2f3a4b5c \
  -H "Authorization: Bearer tp_your_api_key"

Request

post
string
required
The post ID to delete.

Response

Returns 204 No Content on success.
curl -X DELETE https://app.trypost.it/api/posts/9f1a2b3c-4d5e-6f7a-8b9c-0d1e2f3a4b5c \
  -H "Authorization: Bearer tp_your_api_key"