---
title: "Delete Imported Conversation"
method: DELETE
path: "/v1/conversations"
---

# Delete Imported Conversation

`DELETE /v1/conversations`

Soft-delete a conversation previously imported through this API.

Requires the **Import** permission (`ingest` scope). Identify the record with
the custom source UUID and the external ID originally supplied as `id`.

## Query parameters

- `remoteId` string, required
- `sourceId` string, uuid, required

## Response `200`

Successful Response

- DeletedRecordResponse
  - `status` string, required
  - `recordId` string, required
  - `id` string, required
  - `sourceId` string, required
  - `deletedAt` string, required

## Other responses

- `422` — Validation Error

---

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