Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete Webhook Endpoint
curl --request DELETE \
  --url https://api.example.com/webhooks/{webhook_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

webhook_id
integer
required

Response

Successful Response