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>'

Documentation Index

Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

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