Skip to main content
DELETE
/
v1
/
webhook-subscriptions
/
{subscription_id}
Delete a webhook subscription
curl --request DELETE \
  --url https://agents.assemblyai.com/v1/webhook-subscriptions/{subscription_id} \
  --header 'Authorization: <api-key>'
{
  "detail": "Unauthorized"
}

Authorizations

Authorization
string
header
required

Your AssemblyAI API key in the Authorization header (raw key; a Bearer prefix is also accepted).

Path Parameters

subscription_id
string
required
Example:

"0d75ebd7-937c-495c-b638-ba582ec05b39"

Response

The subscription was deleted.