Description
You can call this operation to delete an arbitration service group.
Call description
Prerequisites
You have the ARBITRATION:UPDATE permission on all arbitration services in the arbitration service list.
Request path
DELETE /api/v2/arbitration/services/groups/{id}
Request parameters
path:
| Parameter | Type | Required | Example value | Description |
|---|---|---|---|---|
| id | Long | Yes | 1 | The ID of the arbitration service group to be deleted. |
Response parameters
Basic data structure
| Parameter | Type | Description |
|---|---|---|
| successful | Boolean | Indicates whether the request was successful. |
| timestamp | Datetime | The timestamp when the server completed the request. |
| duration | Integer | The amount of time taken by the server to process the request, in milliseconds. |
| status | Integer | The HTTP status code. |
| traceId | String | The trace ID of the request. This trace ID is used for troubleshooting. |
| server | String | The address of the application server that responded to the request. |
Examples
Sample request
DELETE /api/v2/arbitration/services/groups/1
Sample response
{
"duration": 33,
"server": "6d952bd732",
"status": 200,
"successful": true,
"timestamp": "2025-01-17T10:54:22.436+08:00",
"traceId": "10edf5a092d390be"
}