Skip to main content
DELETE
/
posts
/
{postId}
Delete post
curl --request DELETE \
  --url https://api.woopsocial.com/v1/posts/{postId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "POST_NOT_FOUND",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postId
string
required

Post identifier.

Response

Post deleted.