---
title: "Patch a destination."
method: PATCH
path: "/dataExport/destinations/{destinationId}"
---

# Patch a destination.

`PATCH /dataExport/destinations/{destinationId}`

Perform an incremental update to a destination.

## Path parameters

- `destinationId` string, required

## Query parameters

- `api-version` string, required

## Headers

- `If-Match` string

## Request body

- object

## Response `200`

Success

- Destination — The data export status definition.
  - `status` string — Indication of the current health and operation of the export or destination.
  - `errors` DataExportError[] — Errors encountered by the export or destination.
    - `code` string — The code for the error that occurred.
    - `message` string — The description of the error that occurred.
  - `lastExportTime` string, date-time — The timestamp of the last message that was sent to the export or destination.

## Other responses

- `default` — An error response received from the IoT Central Service.

## Changes

- **2026-07-13** (1.0) `565d8813cbd3` — 1 info
  - endpoint added
- **2026-07-13** (1.0) `50c39d38d85a` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `fc9ee2be8dc0` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `bcae1054dfc8` — 1 info
  - endpoint added
- **2026-07-13** (1.0) `91b0e78f975b` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/azure/apis/iotcentral-iotcentral/changes/dataExport/destinations/:destinationId/patch.md)

---

[API](https://skmtc.dev/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.dev/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/565d8813cbd3/schema)
