cURL
curl --request DELETE \ --url https://productlane.com/api/v1/companies/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a company by id. Authentication required.
DELETE /api/v1/companies/comp_123456789
{ "success": true, "message": "Company deleted successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response