Delete webhook subscription
Deletes a public webhook subscription. This returns 409 if the subscription has group overrides; those overrides must be removed first.
Access to webhook management is gated by brokerage. Talk to Augment to enable access before relying on this endpoint.
Path Parameters
- Type: stringsubscription
Id requiredWebhook subscription ID
Responses
- 204
Webhook subscription deleted successfully
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/v2/webhook-subscriptions/{subscriptionId}
curl 'https://api.prod.goaugment.com/v2/webhook-subscriptions/{subscriptionId}' \
--request DELETE \
--header 'Authorization: Basic username:password'
No Body