curl --request DELETE \ --url https://api.rootfi.dev/company/{company_id} \ --header 'api_key: <api-key>'
{ "data": { "status": "success" }, "request_timestamp": "2021-01-01T00:00:00Z", "response_timestamp": "2021-01-01T00:00:00Z", "request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b" }
Delete a company from the database based on the ID.
The ID of the company to delete.
Response object for the delete company endpoint.