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

# Reject Negotiation

> Reject and close a negotiation

## Request

```bash theme={null}
curl -X POST https://api.midasprotocol.org/negotiations/nego-uuid/reject \
  -H "Authorization: Bearer pp_your_key"
```

## Response

```json theme={null}
{
  "id": "uuid",
  "status": "REJECTED",
  "currentOffer": { ... },
  "updatedAt": "2026-01-01T00:00:00.000Z"
}
```
