| 名称 | 类型 | 必填 | 注释 |
|---|---|---|---|
| optionId | int | 两个参数至少使用一个 | 帮我吧中字段选项id |
| extendId | int | 外部扩展id |
DELETE /api/v1/tickets/ticket_fields/{columnId}/options.json| 名称 | 类型 | 注释 |
|---|---|---|
| optionId | int | 选项id |
| optionName | string | 字段选项名称 |
| extendId | int | 外部扩展id |
{
"optionId":"358771",
"optionName":"选项3",
"extendId":"003"
}{
"state":"403",
"message":"columnId does not exist"
}{
"state":"403",
"message":"optionId or extendId not exist"
}{
"state":"403",
"message":"Fill in at least one of optionId and extendId, but not both"
}