Skip to main content
DELETE
/
v0
/
webhook_subscriptions
/
{subscription_id}
Delete webhook subscription
curl --request DELETE \
  --url https://api.tryarchitect.com/v0/webhook_subscriptions/{subscription_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

subscription_id
string
required

The webhook subscription ID

Response

200 - application/json

Successful operation

success
boolean
required