Deleting an Asset
Assets can be deleted. However if an asset is shared within your organization, only organization admins are permitted to delete assets.
To delete an asset, you will need to know it's UUID. You can obtain this by listing your assets. Then use it in the below:
curl -u $ONE_CODEX_API_KEY: \
-X DELETE -H "Content-Type: application/json" \
"https://app.onecodex.com/api/v1_experimental/assets/<asset_UUID>"
Updated about 1 month ago