Delete current user
DELETE {{baseUrl}}/api/user
Delete a user. This function is only available through a JWT token, and can only remove the current user.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}