Deletes an MSE namespace.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteNamespace |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
No |
The region of the operation. |
cn-hangzhou |
| Name |
string |
No |
The name of the MSE namespace to be deleted. |
prod |
| AcceptLanguage |
string |
No |
The language in which the response is displayed. Valid values: zh (default): Chinese, en: English |
zh |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code. |
200 |
| Message |
string |
Request information for troubleshooting. |
|
| RequestId |
string |
Request ID. |
abcde-efg |
| Success |
boolean |
Indicates whether the operation is successful. |
true |
| ErrorCode |
string |
Error code. |
NO_PERMISSION |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Message": "",
"RequestId": "abcde-efg",
"Success": true,
"ErrorCode": "NO_PERMISSION"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.