/unregister: Unregister App

URL:
https://[root]oauth2/apps/[clientID]/unregister
Methods:
POST

Example Usage

URL for Unregister App

Use dark colors for code blocksCopy
1
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

Use dark colors for code blocksCopy
1
2
3
4
{
  "success": true | false,
  "itemId": "<itemID>"
}

JSON Response Example

Use dark colors for code blocksCopy
1
2
3
4
{
  "success": true,
  "itemId": "cbbf530334534b5f9a0b848747e9b664"
}

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