Skip to main content
DELETE
/
v2
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://sandbox.groundtech.co/v2/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "6b6a0502-9d38-4f94-83fe-06706adbdc51",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Webhook ID.

Response

Webhook deleted

id
string<uuid>
deleted
boolean
Example:

true