> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Approval Callback • Rust AI Agent SDK

> remove_approval_callback: Remove the approval callback

# remove\_approval\_callback

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**display\_types**](../modules/display_types) module.

Remove the approval callback

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def remove_approval_callback() -> ()
```

### Returns

<ResponseField name="Returns" type="()">
  The result of the operation.
</ResponseField>

## Uses

* `write`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/display_types.rs#L274">
  `praisonai/src/parity/display_types.rs` at line 274
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Approval" icon="check" href="/docs/rust/approval" />

  <Card title="Rust Guardrails" icon="shield" href="/docs/rust/guardrails" />
</CardGroup>
