Skip to main content
DELETE
Remove team members
This endpoint is part of API v1, which is deprecated. Please use the v2 API instead.
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
default:your-api-key
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Accept
enum<string>
default:application/json
required

Specifies the expected response format. Must be set to application/json for proper API communication.

Available options:
application/json

Body

application/json
emails
string<email>[]
required

Emails of the team members to be removed from the workspace in array format.

Example:

Response

OK - Team members removed successfully

message
string
Example:

"Team member has been removed"