---
title: "DELETE /matchingworkflows/{workflowName}/uniqueids#uniqueIds"
method: DELETE
path: "/matchingworkflows/{workflowName}/uniqueids#uniqueIds"
---

# DELETE /matchingworkflows/{workflowName}/uniqueids#uniqueIds

`DELETE /matchingworkflows/{workflowName}/uniqueids#uniqueIds`

Deletes multiple unique IDs in a matching workflow.

## Path parameters

- `workflowName` string, required

## Headers

- `inputSource` string
- `uniqueIds` HeaderSafeUniqueId[], required

## Response `200`

Success

- BatchDeleteUniqueIdOutput
  - `status` 'COMPLETED' | 'ACCEPTED', required — The status of the batch delete unique ID operation.
  - `errors` DeleteUniqueIdError[], required — The errors from deleting multiple unique IDs.
    - `uniqueId` string, required — The unique ID that couldn't be deleted.
    - `errorType` 'SERVICE_ERROR' | 'VALIDATION_ERROR', required — <p> The error type for the delete unique ID operation.</p> <p>The <code>SERVICE_ERROR</code> value indicates that an internal service-side problem occurred during the deletion operation.</p> <p>The <code>VALIDATION_ERROR</code> value indicates that the deletion operation couldn't complete because of invalid input parameters or data.</p>
  - `deleted` DeletedUniqueId[], required — The unique IDs that were deleted.
    - `uniqueId` string, required — The unique ID of the deleted item.
  - `disconnectedUniqueIds` HeaderSafeUniqueId[], required — The unique IDs that were disconnected.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException

---

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