> ## 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.

# reject • AI Agent SDK

> reject: Reject a pending skill mutation without applying it.

# reject

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SkillManager**](../classes/SkillManager) class in the [**manager**](../modules/manager) module.

Reject a pending skill mutation without applying it.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def reject(identifier: str) -> dict
```

## Parameters

<ParamField query="identifier" type="str" required={true}>
  The pending mutation id (preferred) or skill name.
</ParamField>

### Returns

<ResponseField name="Returns" type="dict">
  Dict confirming the rejection.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/manager.py#L1601">
  `praisonaiagents/skills/manager.py` at line 1601
</Card>
