Skip To Content
ArcGIS Developer
Dashboard

/unregister: Unregister App

  • URL:https://[root]oauth2/apps/[clientID]/unregister(POST only)

Example Usage

URL for Unregister App

https://www.arcgis.com/sharing/rest/oauth2/apps/fydmP6QETWawNUeG/unregister

Description

The unregister app operation (POST only) removes the app registration from an app item along with the Registered App type keyword.

The operation is available to item owner and organization administrators.

Request Parameters

ParameterDetails
[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails
success

Indicates if the operation was successful.

itemId

The ID of the app item.

JSON Response Syntax

{
  "success": true | false,
  "itemId": "<itemID>"
}

JSON Response Example

{
  "success": true,
  "itemId": "cbbf530334534b5f9a0b848747e9b664"
}