Users
Delete User by ID
Delete a user by ID. A user can be deleted only by themselves or an account owner.
DELETE
Recipes
Delete user by id with API key
Delete user by id with API key
1
1. Use 'Authorization' header to pass API key
2
2. As a result, the API remove a user
Path Parameters
ID of the user. Generated automatically by the server after user creation.
Headers
A user session token. See Authentication page to learn more about the session token.
API key from Dashboard. Expected format:
ApiKey {your_api_key}
. Must be used either QB-Token or Authorization.Responses
200
200
A successful response
403
403
An error response
422
422
An error response