Skip to main content
DELETE
/
agency
/
company
/
{company_id}
Delete Agency Company
curl --request DELETE \
  --url https://api.getoutbox.ai/agency/company/{company_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Agency API Key

Path Parameters

company_id
string
required

The ID of the company to delete

Response

Company deleted successfully