Remove team member
API v1 (Deprecated)
Remove team member
Remove a team member from the workspace.
DELETE
Remove team member
Documentation Index
Fetch the complete documentation index at: https://apidocs.neetocrm.com/llms.txt
Use this file to discover all available pages before exploring further.
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 Path Parameters
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.
Example:
"aaaabbbb-cccc-dddd-eeee-ffff00001111"
Response
OK - Team member removed successfully
Example:
"Team member has been removed"