Skip to main content
DELETE
Delete a reply

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
integer
required

ID of the reply to be deleted

Response

object | null

Post deleted successfully

id
integer

ID of the deleted post

parentId
integer | null

ID of the parent post, if applicable