cURL
curl --request DELETE \ --url https://api.example.com/public/companies/{company_id}
Deletes a specific company from the system using its unique identifier.
OK. The company was successfully deleted.