Remove team members
V1 API (Deprecated)
Remove team members
Remove team members by email.
DELETE
Remove team members
Replace
Learn how to find your subdomain in Workspace subdomain.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json for proper API communication.
Available options:
application/json Body
application/json
Emails of the team members to be removed from the workspace in array format.
Example:
["oliver@example.com", "jane@example.com"]Response
OK - Team members removed successfully
Example:
"Team member has been removed"