删除邮件Delete message
删除指定用户的邮箱中的邮件, 或删除邮件的关系。Delete a message in the specified user's mailbox, or delete a relationship of the message.
注释您可能无法删除 "可恢复的项目删除" 文件夹中的项目 (由已知文件夹名称
recoverableitemsdeletions
表示)。Note You may not be able to delete items in the recoverable items deletions folder (represented by the well-known folder namerecoverableitemsdeletions
). 有关详细信息, 请参阅已删除邮件保留和清除已删除项目。See Deleted item retention and Clean up deleted items for more information.
权限Permissions
要调用此 API,需要以下权限之一。要了解详细信息,包括如何选择权限的信息,请参阅权限。One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
权限类型Permission type | 权限(从最低特权到最高特权)Permissions (from least to most privileged) |
---|---|
委派(工作或学校帐户)Delegated (work or school account) | Mail.ReadWriteMail.ReadWrite |
委派(个人 Microsoft 帐户)Delegated (personal Microsoft account) | Mail.ReadWriteMail.ReadWrite |
应用程序Application | Mail.ReadWriteMail.ReadWrite |
HTTP 请求HTTP request
DELETE /me/messages/{id}
DELETE /users/{id | userPrincipalName}/messages/{id}
DELETE /me/mailFolders/{id}/messages/{id}
DELETE /users/{id | userPrincipalName}/mailFolders/{id}/messages/{id}
请求标头Request headers
名称Name | 类型Type | 说明Description |
---|---|---|
AuthorizationAuthorization | stringstring | Bearer {token}。必需。Bearer {token}. Required. |
请求正文Request body
请勿提供此方法的请求正文。Do not supply a request body for this method.
响应Response
如果成功,此方法返回 204 No Content
响应代码。它不在响应正文中返回任何内容。If successful, this method returns 204 No Content
response code. It does not return anything in the response body.
示例Example
请求Request
下面是一个请求示例。Here is an example of the request.
DELETE https://graph.microsoft.com/v1.0/me/messages/{id}
响应Response
下面是一个响应示例。Here is an example of the response.
HTTP/1.1 204 No Content