Skip to content
Guides
API reference
stableasset:delete

Batch delete assets

Deletes multiple assets and their corresponding files in the cloud provider.

DELETE/v1/storage/assets/bulk

Deletes multiple assets and their corresponding files in the cloud provider.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/v1/storage/assets/bulk" \  -H "Content-Type: application/json" \  -d '{    "ids": []  }'
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}