AurionAI Docs

Delete Company V2

DELETE
/api/v2/companies/{company_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

company_id*Company Id

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/v2/companies/string"
{
  "id": "string",
  "unlinked_contacts": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}