# POST /scheduled-communications/bulk-cancel

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

Cancel multiple scheduled communications matching a filter.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `ids` | body | array | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/scheduled-communications/bulk-cancel"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"ids":"..."}'
```

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