We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deletes an existing User. Only allowed if the requestor is the same as the target User.
URLs:
/v1/users/me
/v1/users/{userId}
Method: DELETE
DELETE
Path Parameters: None
Headers:
Authorization: Bearer {accessToken}
Code: 204 NO CONTENT
204 NO CONTENT
Headers: None
Code: 401 UNAUTHORIZED
401 UNAUTHORIZED
Condition: If {accessToken} is invalid or expired.
{accessToken}
Code: 403 FORBIDDEN
403 FORBIDDEN
Condition: If requestor is not the same as target User.
Post User (Add New User)
Patch User (Update User)
Get User
Get Users
Get User Count
Put User Password (Reset Password)