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 username specified in the request URL does not match any user in the business, the request will return a 404 Not Found error, indicating User not found in the message.

If the request is successful, the response will be 204 No Content.

What is a user?