Skip to content
Get started

Delete Images

DELETE/models/{modelId}/images

Delete an image

Path ParametersExpand Collapse
modelId: string
Query ParametersExpand Collapse
ids: array of string

The asset ids of the images to delete

Delete Images

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