Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.{your-broker}.slate-labs.com/webhooks/{webhook_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

webhook_id
string<uuid>
required

Response

Successful Response