# Delete webhook Delete the webhook configuration for this sponsor. Endpoint: DELETE /webhooks Version: 1.0.0 Security: APIKeyHeader ## Response 404 fields (application/json): - `error` (string, required) - `code` (integer, required) - `trace_id` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 204 fields