v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
reports

Remove report scope

Removes source sheets from the specified report by specifying individual sheets or their parent workspaces.

delete/reports/{reportId}/scope

Request body

assetType'sheet' | 'workspace' required

The asset's type.

assetIdinteger required

The ID of the asset according to its assetType.

Response

The operation's success level.

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}