Skip to main content
DELETE
/
api
/
companies
/
{company_id}
/
team
/
{person_id}
Remove team member
curl --request DELETE \
  --url https://api.morphic.io/api/companies/{company_id}/team/{person_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key (sk_xxx) from Developer Settings. No X-Account-ID needed.

Headers

x-account-id
string | null

Path Parameters

company_id
string
required
person_id
string
required

Response

Successful Response