Skip to content
Get started

Delete Multiple

DELETE/assets

Delete multiple assets

Body ParametersJSONExpand Collapse
assetIds: array of string

The ids of the assets to delete. (Max 100 at once)

Delete Multiple

curl https://api.cloud.scenario.com/v1/assets \
    -X DELETE \
    -u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET"
{}
Returns Examples
{}