---
title: "Delete Question Conversation"
method: DELETE
path: "/ab_tests/{ab_test_id}/questions/conversations/{conversation_id}"
---

# Delete Question Conversation

`DELETE /ab_tests/{ab_test_id}/questions/conversations/{conversation_id}`

Delete one current user's A/B analysis conversation for an eval.

## Path parameters

- `ab_test_id` string, required
- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- DeleteABTestQuestionConversationResponse — Response for deleting one user's A/B analysis conversation.
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
