Deletes a swimming lane group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DeleteSwimmingLaneGroup |
delete |
*All Resource
|
None | None |
Request syntax
POST /pop/v1/cas/gray/deleteSwimmingLaneGroup HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NamespaceId |
string |
No |
The namespace ID. |
cn-beijing:demo |
| GroupId |
integer |
No |
The ID of the swimming lane group. |
2074 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
The returned message.
|
success |
| TraceId |
string |
The trace ID. Use this ID to query the details of a call. |
ac1a0b2215622920113732501e**** |
| ErrorCode |
string |
The error code. This parameter is returned only if the request fails. For more information, see the Error codes section of this topic.
|
|
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "ac1a0b2215622920113732501e****",
"ErrorCode": "",
"Code": "200",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s | |
| 400 | MseGatewayRule.CreateFailed | Create MSE Gateway rule failed. | Failed to create an MSE microservices gateway route. |
| 400 | InternalApiError | An exception occurred when calling mse:%s, error message: %s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.