Delete Csp Org Uber Oauth App

Delete Csp Org Uber Oauth App

Delete the Uber OAuth App configured for this organization. Note: Invoking this will result in the OAuth App being deleted from CSP as well (if it exists).

Request
URI
DELETE
https://starfleet.api.eng.vmware.com//organizations/{organizationId}/configuration/cspCredentials
COPY
Path Parameters
string
organizationId
Required

URN ID of a CSP organization.


Responses
204

No Content

Operation doesn't return any data structure

400

Bad Request

Returns Error of type(s) application/json
{
    "code": "string",
    "messageParameters": [
        {}
    ],
    "message": "string",
    "localizedMessage": "string",
    "type": "string",
    "errors": [
        "Error Object"
    ]
}
string
code
Optional

Error code. It will be of format VCDC_some-number

array of object
messageParameters
Optional

messageParameters

string
message
Required

Detailed error message.

string
localizedMessage
Optional

Localized error message.

string
type
Optional

Type of error.

array of Error
errors
Optional

errors


404

Not Found

Returns Error of type(s) application/json
{
    "code": "string",
    "messageParameters": [
        {}
    ],
    "message": "string",
    "localizedMessage": "string",
    "type": "string",
    "errors": [
        "Error Object"
    ]
}
string
code
Optional

Error code. It will be of format VCDC_some-number

array of object
messageParameters
Optional

messageParameters

string
message
Required

Detailed error message.

string
localizedMessage
Optional

Localized error message.

string
type
Optional

Type of error.

array of Error
errors
Optional

errors