curl --request DELETE \
--url 'https://api.nsr.stateset.com/api/v1/webhooks/{id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Delete a webhook handler
Required scope: admin
DELETE
/
api
/
v1
/
webhooks
/
{id}
curl --request DELETE \
--url 'https://api.nsr.stateset.com/api/v1/webhooks/{id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Required scope:
admin
Path parameters
string
required
Webhook endpoint id
Response
No response body. Endpoint revoked.Status codes
| Code | Meaning |
|---|---|
204 | Endpoint revoked |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | Not found |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request DELETE \
--url 'https://api.nsr.stateset.com/api/v1/webhooks/{id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Last modified on August 31, 2026