> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DELETE Delete a scenario

> Delete a saved scenario

```bash theme={null}
DELETE /scenarios/{scenario_id}
```

Deletes a saved scenario owned by the authenticated user.

**Response**

```json theme={null}
{"status": "deleted"}
```
