Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{webhook_id}
Delete a webhook
curl --request DELETE \
  --url https://api.example.com/api/v1/webhooks/{webhook_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

webhook_id
string
required

Response

Successful Response