Skip to main content
POST
Bulk remove members from a workspace

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

id
string
required

The workspace ID (UUID) or slug

Minimum string length: 1
Example:

"production"

Body

application/json
user_ids
string[]
required

List of user IDs to remove from the workspace

Required array length: 1 - 100 elements
Example:

Response

Members removed successfully

removed_count
integer
required

Number of members removed

Example:

2