Delete a company
Request example
Response sample
200 OK
HTTP Request
DELETE /v2/companies/:companyUUIDDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Request example
curl -X DELETE https://betaapi.audiohook.com/v2/companies/:companyUUID \
-H "Authorization: Bearer ${API_TOKEN}" \
-H "Content-Type: application/json" \
-H "ui-referer: ADVERTISER" \
-d '{
"request_headers": [
{ "name": "X-Request-Header", "value": "Header value" }
]
}'
Response sample
200 OK
{
"Message": "Advertiser 999999 has been deleted",
"Advertiser": {
"uuid": "test-advertiser-uuid"
}
}
DELETE /v2/companies/:companyUUID