---
title: "Acknowledge an outcome"
method: DELETE
path: "/customs/imports/outcomes/{correlationId}"
tags: ["customs"]
---

# Acknowledge an outcome

`DELETE /customs/imports/outcomes/{correlationId}`

This endpoint allows a developer to acknowledge an outcome using a given correlation ID.
After calling this endpoint the outcome will no longer be retrievable and will no longer appear in the list of outcomes.

## Path parameters

- `correlationId` string, required

## Headers

- `Accept` 'application/vnd.hmrc.1.0+xml', required
- `Authorization` 'Bearer bb7fed3fe10dd235a2ccda3d50fb', required

## Response `200`

OK - The outcome has successfully been acknowledged.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/hmrc/apis/import-control-entry-declaration-outcome.md) · [All operations](https://skmtc.dev/hmrc/apis/import-control-entry-declaration-outcome/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hmrc/import-control-entry-declaration-outcome/revisions/52465016eca3/schema)
