cURL
curl --request DELETE \ --url https://external.nectarclimate.com/v2/company/{company_id} \ --header 'X-API-KEY: <api-key>'
Delete a specific company from the system. This operation is performed asynchronously in a background thread as it can be slow. It will return a 204 status code immediately once the thread is started.
ID of the company to delete.
Company deletion successfully initiated.