Skip to main content
DELETE
/
post
/
{postid}
Delete a post
curl --request DELETE \
  --url https://api.sleekplan.com/v1/post/{postid} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "action": "<string>",
    "feedback_id": "<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

Response

200 - application/json

OK

status
string
data
object