v1
latestOpenAPI 3.0.02026-07-2466275257.1 KBteam
Remove a user
This endpoint lets a retailer, supplier, or admin remove a user from the team. You must have the necessary permissions to perform this action.
delete/v2/team/remove-user
Query parameters
teamIdstring required
A unique identifier for the team linked to the user.
userIdstring required
The unique identifier of the user.
Response
The user is successfully removed from the team.
Example response
{
"removeUserResponseMessage": "User successfully removed from the team."
}