Skip to content

Delete

DELETE
/users/@me

Authorizations

Authorization
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"password": "string"
}

Responses

OK

application/json
JSON
{
"ok": true
}

Playground

Server
Authorization
Body

Samples

cURL
JavaScript
PHP
Python