Skip to main content

Delete a company

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 an existing company

HTTP Request

DELETE /v2/companies/:companyUUID