Delete an email address of a specified user. Available only for admins.
DELETE
/v3/users/{id}/emails/{email_id}Delete an email address of a specified user. Available only for admins.
请求参数
Path 参数
id
integer <int32>
必需
The ID of the user
email_id
integer <int32>
必需
The ID of the email
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Delete an email address of a specified user. Available only for admins.
数据结构
Add new email address to the currently authenticated user
id
string
可选
email
string
可选
示例
{
"id": "string",
"email": "string"
}
最后修改时间: 1 个月前