[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Delete Client Old Secret
DescriptionDeletes a specified Oauth App’s old secret. Specification is done via Client ID and Client Secret.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v2/clients/{clientId}/secret
Path Parameters
Path Parameters
string
clientId
Required
The unique identifier of the client.
Header Parameters
Header Parameters
string
authorization
Optional
Basic auth with client credentials [Basic Base64_Encode(client_id:client_secret)]
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 -H "authorization: string" https://console.navigator.vmware.com/cphub/api/auth/v2/clients/{clientId}/secret
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator