# DELETE /notepads/:notepad_id/deals/:deal_id

**Resource:** [Notepads](./notepads.md)  
**MCP tool:** `unlink_notepad_from_deal`  
**Scopes:** `notepads:write`  
**Write operation:** yes

Unlink a notepad from an opportunity.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `notepad_id` | path | string | yes |  |
| `deal_id` | path | string | yes |  |

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/notepads/:notepad_id/deals/:deal_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`