Function scope_deregister_tool_sanitize_request_guardrail
Function scope_deregister_tool_sanitize_request_guardrail
Function scope_deregister_tool_sanitize_request_guardrail
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub fn scope_deregister_tool_sanitize_request_guardrail(
scope_uuid: &Uuid,
name: &str,
) -> Result<bool>
Deregister a scope-local tool sanitize-request guardrail.
scope_uuid: UUID of the active scope that owns the middleware.name: Scope-local middleware name to remove.A Result containing true when a guardrail was removed and false when the name was not registered on that scope.
Returns FlowError::NotFound when the scope is not active or an internal error if the runtime owner check fails.