Relativity6Platform Docs
DELETE/v2/webhooks/{id}Beta

Delete 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 URLhttps://api.relativity6.com

Authentication

Send your API key in the x-api-key header. Send your organization API key.

Errors

StatusDescription
204Subscription deactivated. Empty body.
401Missing or invalid API key.
403Organization is not authorized for Risk API v2.
404No subscription exists with this id.
500Server error.

Example