# DELETE /scheduled-event-types/:id

**Resource:** [Scheduled Event Types](./scheduled-event-types.md)  
**Scopes:** `company:write`  
**Write operation:** yes

Permanently delete a scheduled event type. Returns 204 No Content on success.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Scheduled event type ID |

## Request example

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

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