---
title: "POST /timeseries/delete/"
method: POST
path: "/timeseries/delete/"
---

# POST /timeseries/delete/

`POST /timeseries/delete/`

Deletes a time series (data stream). If you delete a time series that's associated with an asset property, the asset property still exists, but the time series will no longer be associated with this asset property.

To identify a time series, do one of the following:

*   If the time series isn't associated with an asset property, specify the `alias` of the time series.
    
*   If the time series is associated with an asset property, specify one of the following:
    
    *   The `alias` of the time series.
        
    *   The `assetId` and `propertyId` that identifies the asset property.

## Query parameters

- `alias` string
- `assetId` string
- `propertyId` string

## Request body

- object
  - `clientToken` string — A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

## Response `200`

Success

## Other responses

- `480` — InvalidRequestException
- `481` — ResourceNotFoundException
- `482` — InternalFailureException
- `483` — ThrottlingException
- `484` — ConflictingOperationException

---

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