Delete plannerBucket

Namespace: microsoft.graph

Delete plannerBucket.

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

HTTP request

DELETE /planner/buckets/{id}

Request headers

Name Description
Authorization Bearer {token}. Required.
If-Match Last known ETag value for the plannerBucket to be deleted. Required.

Request body

Do not supply a request body for this method.

Response

If successful, this method returns a 204 No Content response code. It does not return anything in the response body.

This method can return any of the HTTP status codes. The most common errors that apps should handle for this method are the 400, 403, 404, 409, and 412 responses. For more information about these errors, see Common Planner error conditions.

Example

Request

The following is an example of a request.

DELETE https://graph.microsoft.com/v1.0/planner/buckets/{id}
If-Match: W/"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBAWCc="

Response

The following is an example of the response.

HTTP/1.1 204 No Content