cURL
curl --request DELETE \ --url http://localhost:8000/v1/webhooks/{webhook_config_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a webhook configuration.
Permanently deletes a webhook configuration. This action cannot be undone. All pending webhook deliveries will be cancelled.
API Key authentication. Format: dk_test_ or dk_live_
Webhook configuration ID
Webhook configuration deleted successfully