Skip to main content

Remove user from branch

Endpoint URL

DELETE /api/v2/branch-users

Remove user from branch

Removes a user from a specific branch. To successfully remove a user from a branch, provide the branch’s unique ID using the branch_id attribute and the user’s unique ID using the user_id attribute. If the request is valid and the association exists, the API deletes the branch-user relationship and returns a 204 No Content response upon success.

Request