DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.generect.com/api/v1/webhooks/{id}/ \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "status_code": 401,
  "detail": "Authentication credentials were not provided."
}

Use Case:

Remove a registered webhook endpoint.

Authorizations

Authorization
string
header
required

Use the required Token prefix. Example: Authorization: Token xxxxxxxxx

Path Parameters

id
string
required

Response

Webhook removed