Last Updated on : 2023-06-15 05:47:16
Delete a specified seat by seat ID. You can only delete a seat in the disabled state.
DELETE: /v1.0/iot-03/seats/{seat_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
seat_id | String | uri | true | The seat ID. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values: true : succeeded. false : failed. |
DELETE: /v1.0/iot-03/seats/{seat_id}
{
"result": true,
"t": 1623050356945,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback