DELETE
/
api
/
v3
/
posts
/
{postId}
delete a post
curl --request DELETE \
  --url https://apix.us.amity.co/api/v3/posts/{postId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "success": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

postId
string
required
Maximum length: 900

Response

200
application/json

post information

The response is of type object.