# DELETE /scheduling/event-types/:event_type_id

**Resource:** [SCHEDULING](./scheduling.md)  
**MCP tool:** `delete_scheduled_event_type`  
**Scopes:** `scheduling:delete`  
**Write operation:** yes

Delete a scheduled event type by UUID. Destructive.

## Parameters

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

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/scheduling/event-types/:event_type_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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