This API allows to remove team members from the workspace by their email addresses.
{your-subdomain} with your workspace’s subdomain. X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json for proper API communication.
application/json Emails of the team members to be removed from the workspace in array format.
["oliver@example.com", "jane@example.com"]
OK - Team members removed successfully
"Team member has been removed"