Delete a user
This endpoint allows to remove a user from the business.
DELETE /api/v2/business/{businessId}/users/{userName}
If the data included in the request is correct —both the businessId and the userName— the user will be deleted.
Considerations
If the request is successful, the response will be 204 No Content.
|
There is no check preventing an integration user from deleting themselves. |
Error codes
In addition to the common errors, this endpoint can return the following codes:
| Code | Message | Description |
|---|---|---|
|
- |
The specified |
|
This endpoint has its own error handling that does not follow the general API format: the |
Useful links
What is a user?