[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

Delete Client Old Secret

Description

Deletes a specified Oauth App’s old secret. Specification is done via Client ID and Client Secret.

Request

Request

URL

URL


delete
https://console.navigator.vmware.com/cphub/api/auth/v2/clients/{clientId}/secret
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK

OK

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

Code Samples

cURL Command

curl -X DELETE -H "authorization: string" https://console.navigator.vmware.com/cphub/api/auth/v2/clients/{clientId}/secret


Feedback

Was this page helpful?