Use this request to delete a specific company, you need the company ID as a unique identifier:
curl -i -X DELETE \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/companies/<your-company-id>'
A successful response may return 204 as the HTTP Status Code.