# RevokeResult

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/skills/trust/RevokeResult)

Outcome of a `revoke_skill_dir_trust` call.

Distinguishing `NOT_FOUND` from `REMOVED` lets the CLI print an honest
message instead of a false success when the target was never trusted (a
plain bool collapsed the two).

## Signature

```python
RevokeResult()
```

## Extends

- `Enum`

## Properties

- `REMOVED`
- `NOT_FOUND`
- `ERROR`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/skills/trust.py#L71)