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

# reject

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

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

Reject a pending skill mutation.

## Signature

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

## Parameters

<ParamField query="name" type="str" required={true}>
  Skill name to reject
</ParamField>

### Returns

<ResponseField name="Returns" type="str">
  Status message describing the action taken
</ResponseField>

## Source

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