Skip to main content
DELETE
/
v1
/
customers
/
{id}
/
teams
/
{user_id}
Remove team member
curl --request DELETE \
  --url https://api.example.com/v1/customers/{id}/teams/{user_id}

Documentation Index

Fetch the complete documentation index at: https://docs.corebanq.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required
user_id
string<uuid>
required

Response

200

Team member removed successfully