Delete a historyItem

Namespace: microsoft.graph

Delete an existing history item for an existing user activity.

Permissions

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) UserActivity.ReadWrite.CreatedByApp
Delegated (personal Microsoft account) UserActivity.ReadWrite.CreatedByApp
Application Not supported.

HTTP request

DELETE /me/activities/{id}/historyItems/{id}

Request headers

Name Type Description
Authorization string Bearer {token}. Required.

Request body

No request body.

Response

If successful, this method returns the 204 No Content response code if the history item was deleted.

Example

Request

Here is an example of the request.

PUT https://graph.microsoft.com/v1.0/me/activities/{activity-id}/historyItems/{item-id}
Response

Here is an example of the response.

HTTP/1.1 204 No Content