## Delete Multiple **delete** `/assets` Delete multiple assets ### Body Parameters - `assetIds: array of string` The ids of the assets to delete. (Max 100 at once) ### Example ```http curl https://api.cloud.scenario.com/v1/assets \ -X DELETE \ -u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET" ``` #### Response ```json {} ```