/deeplearning/[itemID]/delete: Delete

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:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.