---
title: "Delete an interact session"
method: DELETE
path: "/interact/{sessionId}"
tags: ["Interact"]
---

# Delete an interact session

`DELETE /interact/{sessionId}`

## Path parameters

- `sessionId` string, required

## Response `200`

Interact session deleted successfully

- object
  - `success` boolean
  - `sessionDurationMs` integer — Total session duration in milliseconds
  - `creditsBilled` number — Number of credits billed for the session

## Other responses

- `402` — Payment required

---

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