cURL
curl --request DELETE \ --url https://sandbox.groundtech.co/v2/webhook-endpoints/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "deleted": true }
Soft-delete (disable) a webhook endpoint. It will stop receiving events immediately.
API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.
ground_sandbox_
ground_prod_
Webhook endpoint ID
Webhook endpoint deleted
true