---
title: "Rpc Delete Session"
method: DELETE
path: "/api/v1/assistant/trademe/conversations/{conversation_id}/rpc"
tags: ["v1"]
---

# Rpc Delete Session

`DELETE /api/v1/assistant/trademe/conversations/{conversation_id}/rpc`

Terminate a session explicitly (client-initiated).

Deletes the session record and event buffer.
After this call, GET /rpc with the same ``Anvil-Session-Id`` will return 404.

## Path parameters

- `conversation_id` string, required

## Headers

- `Anvil-Session-Id` string, required
- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trademeai/apis/trade-me-ai-platform.md) · [All operations](https://skmtc.net/trademeai/apis/trade-me-ai-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trademeai/trade-me-ai-platform/revisions/02634860dec7/schema)
