NSX-T Data Center REST API
Unconfigure NSX for OIDC authentication with VC/WS1B
Removes the OAuth app on VC/W1B and deletes the associated OIDC endpoint from NSX.Request:
Method:
              POST
            URI Path(s):
              
                /api/v1/trust-management/oidc-uris/action/remove-ws1b-oidc-endpoint
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    Ws1bOidcEndpointRemovalRequest+
  Example Request:
POST https://<nsx-mgr>/api/v1/trust-management/oidc-uris/action/remove-ws1b-oidc-endpoint { "api_token": "eyJhbGciOiJS...mHWrhfg", } example_response: | 200 OKSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    Ws1bOidcEndpointRemovalResponse+