cURL
curl --request DELETE \ --url https://dev.exante.app/api/company/{company_uid} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "status_code": 200, "message": "Success", "data": {} }
Deletes a company and its related records. This is a destructive action and only the company owner can delete the company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company UID
Company deleted
"success"
200
"Success"
Optional payload included by endpoints that use the standard success wrapper.