API Docs/Reference/Delete Draft
API Reference

Delete Draft

Delete a post draft by its id. Requires a paid Creator or Lifetime plan.

DELETEhttps://api.linkedmash.com/v1/posts/{id}

Path parameters

idstringRequired

The id of the draft to delete.

Header parameters

AuthorizationstringRequired

Your secret API key as a Bearer token.

Response

{
  "status": true,
  "data": {
    "id": "drf_8f3a21c9",
    "deleted": true
  }
}