curl https://api.usertour.io/v1/companies/comp_123456789 \ -X DELETE \ -H 'Authorization: Bearer ak_123456789' \ -H 'Content-Type: application/json'
{ "id": "comp_123456789", "object": "company", "deleted": true }
Permanently remove a company from the system. This operation cannot be undone, and all associated memberships will be deleted.
comp_123456789
"company"
true