Skip to main content
DELETE
/
company
/
{company_id}
Delete Company
curl --request DELETE \
  --url https://external.nectarclimate.com/v2/company/{company_id} \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

company_id
string<uuid>
required

ID of the company to delete.

Response

Company deletion successfully initiated.