title: 删除骑手

删除骑手(T+1)

描述

使用此接口删除保险能力中的骑手。

接口说明

授权对象 APP

请求地址 DELETE /open/insurance/deliverer

请求规则 请查阅开发必读

骑手列表 list

参数名称 变量名称 参数类型[长度限制] 是否必填 描述
骑手ID id uint32 骑手的唯一标识信息。

示例值:1208

请求示例

{
  "id": 1208
}

响应结果

> 200 Response
{
  "code": 20000,
  "msg": "success"
}