Deletes a routing algorithm from a logical table.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TableId | long | Yes | The ID of the logical table. You can call the ListLogicTables operation to query the ID of the logical table. | 1**** |
RouteKey | string | Yes | The unique key of the routing algorithm. You can call the ListLogicTableRouteConfig operation to query the unique key. | id-hash-mod15 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "A916A004-A88C-5B39-ABDB-DE808E80****",
"ErrorCode": "MissingRouteKey",
"ErrorMessage": "RouteKey is mandatory for this action.",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-02-23 | The internal configuration of the API is changed, but the call is not affected | View Change Details |