v1
latestOpenAPI 3.0.32026-08-061874701.5 MBsharing
Delete asset share
Deletes the share for a specified asset.
delete/shares/{shareId}
Path parameters
shareIdstring required
The unique identifier for the share.
Query parameters
assetType'sheet' | 'report' | 'sight' | 'workspace' | 'collection' | 'file' required
Example:sheet
The type of the asset. Used in combination with assetId to determine the asset.
assetIdstring required
Example:1234567890
The ID of the asset being accessed. It's used in combination with assetType to determine the asset.
Depending on the asset, this may be a numeric or string value.
Response
Result object indicating a successful deletion of the share for the specified asset.
Example response
{
"message": "SUCCESS"
}