---
title: "Delete an interview session"
method: DELETE
path: "/api/session"
tags: ["Sessions"]
---

# Delete an interview session

`DELETE /api/session`

Deletes the specified interview session for the API owner.

## Query parameters

- `i` string, required
- `session` string, required

## Response `204`

Session deleted.

## Other responses

- `400` — Bad request.
- `403` — Access denied.

---

[API](https://skmtc.dev/docassemble/apis/docassemble-api.md) · [All operations](https://skmtc.dev/docassemble/apis/docassemble-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docassemble/docassemble-api/revisions/a75d7eea6826/schema)
