api/docs/account/delete.md

397 B

/account/delete - DELETE

Deletes the account.

HTTP Headers

Header Content
Authorization Bearer {token}

Responses

200 - Success

The account was deleted.

401 - Error: Unauthorized

The provided auth token doesn't allow you to perform this operation.

403 - Error: Forbidden

Blocked for security reasons.