Skip to main content
DELETE
/
posts
/
{id}
Delete a post
curl --request DELETE \
  --url https://api.marketordie.io/v1/posts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

Your API key as a bearer token: Authorization: Bearer mod_live_…. (You can also send it as x-api-key.)

Path Parameters

id
string
required

Response

Deleted

data
object