- URL:
- https://<root>/portals/[portalID]/livingatlascatalog/deeplearning/[itemID]/update
- Methods:
POST
- Version Introduced:
- 11.5
Example usage
The following is a sample POST request for the delete
operation:
POST /<context>/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/deeplearning/0b0c8253d2194335a0f7183388ca6935/delete
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
Description
The delete
operation removes an imported deep learning package from Enterprise portal.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
JSON Response example
{
"success": true
}