Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

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

Headers

X-API-KEY
string
required

API key required for authentication

Body

application/json

ID of the post to delete

id
integer
required

ID of the post to delete

Response

object | null

Post deleted successfully

id
integer

ID of the deleted post

parentId
integer | null

ID of the parent post, if applicable