Remove item from bundle

Namespace: microsoft.graph

Remove an item from a bundle.

This API is supported in the following national cloud deployments.

Global service US Government L4 US Government L5 (DOD) China operated by 21Vianet

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) Not supported.
Delegated (personal Microsoft account) Files.ReadWrite, Files.ReadWrite.All
Application Not supported.

HTTP request

DELETE /drive/bundles/{bundle-id}/children/{item-id}

Request headers

Name Description
Authorization Bearer {token}. Required.

Request body

Do not supply a request body with for method.

Response

If successful, this method returns a 204 No Content response code.

For information about error responses, see Microsoft Graph error responses and resource types.

Example

Request

The following is an example of a request.

DELETE https://graph.microsoft.com/v1.0/drive/bundles/{bundle-id}/children/{item-id}

Response

The following is an example of the response.

HTTP/1.1 204 No Content