Skip to content

Deletes a forum thread.

DELETE
/api/forum/thread/{threadId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

threadId*

ID of the thread that will be deleted

Typeinteger
Required

Responses

Success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python