Skip to main content
DELETE
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.demo.cula.earth/tracking/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "FORBIDDEN",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.

Path Parameters

id
string
required
Example:

"wbh_2KFB4GK66SBXVGTC"

Response

Webhook deleted