# DELETE /event-schedules/:schedule_id

**Resource:** [Auto Schedules](./auto-schedules.md)  
**MCP tool:** `delete_auto_schedule`  
**Scopes:** `schedules:delete`  
**Write operation:** yes

Delete an event schedule.

## Parameters

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

## Request example

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

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