Delete NF Debug Token

Delete NF Debug Token

Revoke a issued NF pod debug SSH access token for debugging purposes

Request
URI
DELETE
https://{api_host}/tca/proxy/api/v1/orgs/{orgId}/{orgId}/tokens/nfDebug/ssh/{tokenId}
COPY
Path Parameters
string
orgId
Required

The identifier of the tenant

string
tokenId
Required

The identifier of the token


Responses
204

Successfully revoked the NF pod Debug SSH access token

Operation doesn't return any data structure

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Token not found

Operation doesn't return any data structure

500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors