Skip to main content

❌ Delete a Creative

Disassociates a creative from all campaigns.

📤 Request Example

curl -X DELETE https://betaapi.audiohook.com/v2/companies/:companyUUID/creatives/:creativeId \
  -H "Authorization: Bearer ${API_TOKEN}" \
  -H "Content-Type: application/json" \
  -d '{
    "request_headers": [
      { "name": "X-Request-Header", "value": "Header value" }
    ]
  }'

✅ Response Example

{
  "Message": "Creative deleted."
}

🌐 HTTP Request

DELETE /v2/companies/:companyUUID/creatives/:creativeId