- URL:
- https://[root]/portals/[portalID]/certificates/[certificateID]/unregister
- Methods:
POST
Example usage
The following is a sample ArcGIS Online POST request for the unregister
operation:
POST /sharing/rest/portals/0123456789ABCDEF/certificates/EM0lp7jNBWIYylUG/unregister HTTP/1.1
Host: org.arcgis.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
Description
The unregister
operation (HTTPS only) allows organization administrators to delete a registered certificate.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Response properties
Property | Details |
---|---|
| Indicates if the operation was successful. |
JSON Response example
{
"success": true
}