Domain name for API request: tdmq.tencentcloudapi.com.
This API is used to batch delete namespaces under a tenant.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DeleteEnvironments. |
Version | Yes | String | Common Params. The value used for this API: 2020-02-17. |
Region | No | String | Common Params. This parameter is not required for this API. |
EnvironmentIds.N | Yes | Array of String | Array of environments (namespaces). Up to 20 environments can be deleted at a time. |
ClusterId | No | String | Pulsar cluster ID |
Parameter Name | Type | Description |
---|---|---|
EnvironmentIds | Array of String | Array of environments (namespaces) successfully deleted. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://tdmq.tencentcloudapi.com/?Action=DeleteEnvironments
&EnvironmentIds.0=test1
&<Common request parameters>
{
"Response": {
"EnvironmentIds": [
"test1"
],
"RequestId": "db8bd520-496e-4e7c-a4a1-e7414d3c315c"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure.UnauthorizedOperation | CAM authentication failed. |
FailedOperation.DeleteEnvironments | Failed to delete the environment. |
FailedOperation.DeleteNamespace | Failed to delete the namespace. |
FailedOperation.RoleInUse | You must clear the associated role data before proceeding. |
FailedOperation.TopicInUse | You must clear the associated topic data before proceeding. |
InternalError.SystemError | System error. |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue.InvalidParams | The parameter value is out of the value range. |
MissingParameter.NeedMoreParams | A required parameter is missing. |
OperationDenied.DefaultEnvironment | Operations on the default environment are not allowed. |
ResourceNotFound.Cluster | The cluster does not exist. |
ResourceNotFound.Environment | The environment does not exist. |
本页内容是否解决了您的问题?