Delete user

DELETE {{baseUrl}}/api/users/:userId

Delete a user. This function is only available through a JWT token, and can only remove the current user.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}