# DELETE /spreadsheets/:id/rows/:rowId

**Resource:** [Spreadsheets](./spreadsheets.md)  
**Scopes:** `spreadsheets:delete`  
**Write operation:** yes

Delete a single row from a spreadsheet.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Spreadsheet ID |
| `rowId` | path | uuid | yes | Row ID |

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