# DELETE /event-queues/:queue_id

**Resource:** [Auto Queues](./auto-queues.md)  
**MCP tool:** `delete_auto_queue`  
**Scopes:** `automations:delete`  
**Write operation:** yes

Delete an event queue.

## Parameters

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

## Request example

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

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