Skip to content

Delete a forum post.

DELETE
/api/forum/post/{postId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

postId*
Typestring
Required
Pattern"\\d+"

Responses

success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python