Remove multiple users from a team within a workspace

Remove multiple users from a team. Only team admins, workspace managers, or workspace admins can remove users.

delete/workspaces/{slug}/teams/{teamId}/members

Path parameters

slugstring required

Slug of the workspace the team belongs to.

teamIdstring required

ID of the team to remove the user from.

Request body

memberIdsinteger[] required

IDs of the users to remove from the team.

Response

Successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.