Skip to main content
DELETE
/
v2
/
webhook-endpoints
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://sandbox.groundtech.co/v2/webhook-endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

Webhook endpoint ID

Response

Webhook endpoint deleted

id
string<uuid>
deleted
boolean
Example:

true