DestroyPrivateConnect
1. API Description
This API is used to release a Layer 2 private connect.
Note
This operation is irreversible. Once the operation is successful, the private connect will be completely released. Please operate with caution.
This API is an async API. A request ID is returned after the release request is sent. However, it does not mean the releasing has been completed. The status of the private connect will be
DESTROYING
during the releasing. If no result has been queried, it means that the private connect has been released successfully.
2. Input Parameters
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
privateConnectId | Yes | String | Private connect ID. |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
requestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
4. Code Example
Release a Layer 2 private connect.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
No error codes related to the API business logic. For other error codes, see Common Error Codes.
Last updated