Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook subscription. Specter stops delivering events to it.
cURL
curl --request DELETE \ --url https://{instance}.{env}.on-hellgate.cloud/api/admin/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "classifier": "NOT_FOUND", "code": 404, "message": "The requested resource does not exist" }
HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).
Deleted