cURL
curl --request DELETE \ --url https://api.tryarchitect.com/v0/webhook_subscriptions/{subscription_id} \ --header 'x-api-key: <api-key>'
{ "success": true }
Delete a webhook subscription by ID
API key authentication for the External Actor Gateway
The webhook subscription ID
Successful operation
Whether the deletion was successful
Was this page helpful?