All Products
Search
Document Center

Microservices Engine:DeleteSwimmingLane

Last Updated:Aug 12, 2024

Deletes a lane.

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
LaneIdlongYes

The ID of the lane.

229
NamespacestringNo

The name of the Microservices Engine (MSE) namespace.

default
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

RestResult

RequestIdstring

The ID of the request.

69AD2AA7-DB47-449B-941B-B14409DF****
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
ErrorCodestring

The error code.

mse-100-000
Messagestring

The error message returned.

The request was successfully processed.

Examples

Sample success responses

JSONformat

{
  "RequestId": "69AD2AA7-DB47-449B-941B-B14409DF****",
  "Success": true,
  "ErrorCode": "mse-100-000",
  "Message": "The request was successfully processed.\n"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

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

Change history

Change timeSummary of changesOperation
2023-04-28The response structure of the API has changedView Change Details
2023-03-30API Description Update. The request parameters of the API has changedView Change Details
2023-03-17The Error code has changedView Change Details