Removes a team member from the workspace. The team member is deactivated (soft-deleted).
{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 Id of the team member to remove. You can get team_member_id by listing all team members using our List all team members API.
"aaaabbbb-cccc-dddd-eeee-ffff00001111"
OK - Team member removed successfully
"Team member has been removed"