Remove a team member
Team Members
Remove a team member
Removes a team member from the workspace. The team member is deactivated (soft-deleted).
DELETE
Remove a team member
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 to remove. You can get team_member_id by listing all team members using our List all team members API.
Example:
"aaaabbbb-cccc-dddd-eeee-ffff00001111"
Response
200 - application/json
OK - Team member removed successfully
Example:
"Team member has been removed"