[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Delete Old Secret By Organization ID And OAuth App ID
DescriptionDeletes a specified OAuth App’s old secret.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/oauth-apps/{oauthAppId}/secret
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
string
oauthAppId
Required
The unique identifier of the OAuth Application.
Authentication
This operation uses the following authentication methods.
Errors
Errors
401
Unauthorized - The user is not authorized to use the API
403
Forbidden - User does not have permission for this operation
500
Internal Server Error - An unexpected error has occurred while processing the request
Code Samples
cURL Command
curl -X DELETE https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/oauth-apps/{oauthAppId}/secret
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator