Renduo
Api referenceAssets

Delete an asset from the registry

Does not affect any already-baked version: the asset was inlined as a data URI inside its shell (ADR-016 §2.4). It only prevents declaring it in future versions.

DELETE
/v1/assets/{name}
AuthorizationBearer <token>

Renduo API key sent as Authorization: Bearer rnd_live_XXXXXXXXXXXX (or rnd_test_... in test mode). See GET /v1/auth/me.

In: header

Path Parameters

name*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/assets/string"
{}
{  "error": "string",  "message": "string",  "details": {},  "requestId": "string"}