# Destroy

Launch stage: GA

`POST /api/1.2/contexts/destroy`

Deletes an execution context.

API scopes: command-execution

## Request body

- `clusterId` (string, optional)
- `contextId` (string, optional)

## Response

```json
{}
```

