# DELETE /forms/templates/:id/fields/:fieldId

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

Remove a field from a form template.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Template ID |
| `fieldId` | path | uuid | yes | Field ID |

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