# DELETE /scheduled-communications/:scheduled_id

**Resource:** [Scheduled Communications](./scheduled-communications.md)  
**MCP tool:** `cancel_scheduled_communication`  
**Scopes:** `dispatcher:write`  
**Write operation:** yes

Soft-cancel a scheduled communication.

## Parameters

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

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/scheduled-communications/:scheduled_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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