Skip to main content
DELETE
https://api.usenotra.com
/
v1
/
posts
/
{postId}
Delete a single post
curl --request DELETE \
  --url https://api.usenotra.com/v1/posts/{postId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "organization": {
    "id": "<string>",
    "slug": "<string>",
    "name": "<string>",
    "logo": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

postId
string
required
Minimum string length: 1
Example:

"post_123"

Response

Post deleted successfully

id
string
required
organization
object
required