Remove a team member from the workspace.
Documentation Index
Fetch the complete documentation index at: https://apidocs.neetokb.com/llms.txt
Use this file to discover all available pages before exploring further.
{your-subdomain} with your workspace’s subdomain. 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.
application/json Id of the team member that you want to remove. You can get team_member_id by listing all team members using our List team members API. Here you will see id for each team member.
"aaaabbbb-cccc-dddd-eeee-ffff00001111"
OK - Team member removed successfully
"Team member has been removed"