Skip to main content
DELETE
/
webhooks
/
{webhookid}
Delete one webhook
curl --request DELETE \
  --url https://api.chift.eu/webhooks/{webhookid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "The specified webhook could not be found for this account",
  "status": "error"
}

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

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

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

webhookid
string<uuid>
required

Response

Successful Response