Removing the Tanzu API Token

Removing the Tanzu API Token
Removing the Tanzu API Token

You can delete your Tanzu API Token to deactivate Tanzu Ops Manager's integration with Customer Support Portal.

This also removes the current list of product and stemcell upgrades from Customer Support Portal on the Tanzu Ops Manager dashboard.

Request
URI
DELETE
https://{opsmanager-installation}/api/v0/settings/pivotal_network_settings
COPY
Responses
200

OK

Returns EmptyResponse of type(s) application/json
Operation doesn't return any data structure

400

Setup is not completed

Returns RequireSetupCompleted of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

401

Unauthorized

Returns UnauthorizedResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

403

Forbidden

Returns ForbiddenResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v0/settings/pivotal_network_settings