| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 404 | 1234016 | public mailbox not found | 请确认公共邮箱是否存在 |
| 400 | 1234008 | request parameter error | 请检查请求参数是否正确 |
| 404 | 1234012 | alias not found | 邮箱别名不存在 |
Authorization: Bearer ********************curl --location --request DELETE 'https://open.feishu.cn/open-apis/mail/v1/public_mailboxes//aliases/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {}
}