跳转到主要内容
DELETE
/
v2
/
sub-users
/
{sub_user_id}
删除子用户
curl --request DELETE \
  --url https://api.decodo.com/v2/sub-users/{sub_user_id} \
  --header 'Authorization: <api-key>'
"{}"

授权

Authorization
string
header
必填

路径参数

sub_user_id
integer<int32>
必填

通过"获取子用户列表"接口获取的子用户 ID

响应

204

The response is of type object.