DELETE
/v2/webhooks/{id}BetaDelete a webhook
Deactivates a webhook subscription owned by your organization. The signing secret cannot be recovered — create a new subscription if you need a new secret.
Beta. This endpoint is available for production integrations, but fields, categories, and credit weights may change without a version pin.
Base URL
https://api.relativity6.comAuthentication
Send your API key in the x-api-key header. Send your organization API key.
Errors
| Status | Description |
|---|---|
| 204 | Subscription deactivated. Empty body. |
| 401 | Missing or invalid API key. |
| 403 | Organization is not authorized for Risk API v2. |
| 404 | No subscription exists with this id. |
| 500 | Server error. |