Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.71 KB

File metadata and controls

61 lines (42 loc) · 1.71 KB
title Delete dayNote
description Delete a day note.
author fmcgurrenw
ms.localizationpriority medium
ms.subservice teams
doc_type apiPageType
ms.date 08/14/2024

Delete dayNote

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Delete a day note object.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

DELETE /teams/{teamsId}/schedule/dayNotes/{dayNoteId}

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

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

Examples

Request

The following example shows a request.

DELETE https://graph.microsoft.com/beta/teams/{teamsId}/schedule/dayNotes/{dayNoteId}

Response

The following example shows the response.

HTTP/1.1 204 No Content
Content-Type: application/json