All Products
Search
Document Center

Security Center:DeleteK8sAccessInfo

Last Updated:Feb 20, 2024

Deletes the Kubernetes access information.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IdlongYes

The ID generated when Kubernetes is connected. You can call the GenerateK8sAccessInfo operation to query the ID.

200
AliyunYundunGatewayProjectNamestringNo

This parameter is deprecated.

None
AliyunYundunGatewayPopNamestringNo

This parameter is deprecated.

None
AliyunYundunGatewayApiNamestringNo

This parameter is deprecated.

None

Response parameters

ParameterTypeDescriptionExample
object
Databoolean

Indicates whether the request was successful. Valid value:

  • true
  • false
true
RequestIdstring

The request ID.

C5338DE5-5D80-51A1-B330-98300AFB80E9

Examples

Sample success responses

JSONformat

{
  "Data": true,
  "RequestId": "C5338DE5-5D80-51A1-B330-98300AFB80E9"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history