Skip to content
Guides
API reference
stableasset:delete

Delete a single asset

DELETE/v1/storage/assets/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

id*string

Unique identifier of the resource.

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/string"
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}