v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Delete Asset

delete/{asset_id}

Path parameters

asset_idstring required

The unique identifier of the asset to delete

Response

Asset deleted successfully

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

{"stackTrail":"paths:/{asset_id}:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","description":"Response data object (null for delete operations)","example":null}
successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "success": true
}