# DELETE /order-forms/:order_form_id

**Resource:** [Order Forms](./order-forms.md)  
**MCP tool:** `delete_order_form`  
**Scopes:** `forms:delete`  
**Write operation:** yes

Delete an order form configuration.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `order_form_id` | path | string | yes |  |

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/order-forms/:order_form_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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