# DELETE /notepads/acl/:id

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

Revoke an ACL entry by its ID. Works for both notepad and folder ACL entries.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | ACL entry ID |

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