---
title: "Delete Imported Row"
method: DELETE
path: "/v1/rows"
---

# Delete Imported Row

`DELETE /v1/rows`

Soft-delete an imported row.

Requires the **Import** permission (`ingest` scope). Identify the row with its
custom source UUID and external 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)
