SightRadardocs
API referenceWebhooks

Disable a webhook endpoint

Stops new and queued deliveries for this endpoint. (DELETE /v1/webhooks/{id})

DELETE/v1/webhooks/{id}
Auth
Bearer API key

Stops new and queued deliveries for this endpoint. Historical delivery records remain available for audit and batch results remain pollable. Repeating the request is idempotent for the endpoint owner.

Example request

curl -X DELETE "https://api.sightradar.com/v1/webhooks/$ID" \
  -H "Authorization: Bearer $SR_API_KEY"

Parameters

NameInTypeDescription
id requiredpathstring

Response body

FieldTypeDescription
webhook_endpoint_idstring
status"disabled"

Status codes

StatusMeaning
200Endpoint disabled.
401Missing or invalid API key.
403Read-only accounts cannot disable endpoints.
404Resource not found.
Last updated

On this page