---
title: "Delete asset share"
method: DELETE
path: "/shares/{shareId}"
tags: ["sharing"]
---

# Delete asset share

`DELETE /shares/{shareId}`

Deletes the share for a specified asset.

## Path parameters

- `shareId` string, required

## Query parameters

- `assetType` 'sheet' | 'report' | 'sight' | 'workspace' | 'collection' | 'file', required
- `assetId` string, required

## Response `200`

Result object indicating a successful deletion of the share for the specified asset.

- SuccessResult
  - `message` 'SUCCESS' — Message that indicates the request was successful.
  - `resultCode` 0 — * '0' Success

## Other responses

- `400` — 4XX errors typically indicate client input validation failures.
- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/revisions/b4afda95fb51/schema)
