Skip to content

Latest commit

 

History

History
114 lines (87 loc) · 3.88 KB

bookingbusiness-unpublish.md

File metadata and controls

114 lines (87 loc) · 3.88 KB
title description ms.localizationpriority author ms.subservice doc_type
bookingBusiness: unpublish
Make the scheduling page of a business unavailable to external customers.
medium
arvindmicrosoft
microsoft-bookings
apiPageType

bookingBusiness: unpublish

Namespace: microsoft.graph

Make the scheduling page of this business not available to external customers.

Set the isPublished property to false, and the publicUrl property to null.

[!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

POST /solutions/bookingBusinesses/{id}/unpublish

Request headers

Name Description
Authorization Bearer {code}

Request body

Response

If successful, this method returns a 204 No Content response code. It doesn't return anything in the response body.

Example

Request

The following example shows a request.

POST https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/Contosolunchdelivery@contoso.com/unpublish

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

HTTP/1.1 204 No Content