Interface AssetsApiAssetsDestroyRequest

Request parameters for assetsDestroy operation in AssetsApi.

AssetsApiAssetsDestroyRequest

interface AssetsApiAssetsDestroyRequest {
    uuid: string;
}

Properties

Properties

uuid: string

A UUID string identifying this asset.

AssetsApiAssetsDestroy