Delete an asset
POST/assets/delete
Deletes an asset or a particular version of asset
::note Assets with active deployments can not be deleted ::
Request
- application/json
Body
assetId string
assetVersion string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success string
error string
errorcode integer
{
"success": "string",
"error": "string",
"errorcode": 0
}
Loading...