Skip To Content
ArcGIS Developer
Dashboard

/[certificateID]/unregister: Unregister Certificate

  • URL:https://[root]/portals/[portalID]/certificates/[certificateID]/unregister(POST only)

Example usage

Below 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 certificate operation (POST only, HTTPS only) allows organization administrators to delete a registered certificate.

Note:

This operation is only available for ArcGIS Online organizations.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

Response properties

PropertyDetails
success

Indicates if the operation was successful.

JSON Response example


{
  "success": true
}