## Delete Images **delete** `/models/{modelId}/images` Delete an image ### Path Parameters - `modelId: string` ### Query Parameters - `ids: array of string` The asset ids of the images to delete ### Example ```http curl https://api.cloud.scenario.com/v1/models/$MODEL_ID/images \ -X DELETE \ -u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET" ``` #### Response ```json {} ```