Skip to content

DELETE /api/user/{userId}

DELETE
/api/user/{userId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*
Typestring
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"reason": ""
}

Responses

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python