Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_config_id}
Delete webhook configuration
curl --request DELETE \
  --url http://localhost:8000/v1/webhooks/{webhook_config_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

webhook_config_id
string<uuid>
required

Webhook configuration ID

Response

Webhook configuration deleted successfully