Delete itemCategories

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Delete an itemCategory from Dynamics 365 Business Central.

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

HTTP request

DELETE /financials/companies/{id}/itemCategories/{id}

Optional query parameters

This method supports the OData Query Parameters to help customize the response.

Request headers

Header Value
Authorization Bearer {token}. Required.
If-Match Required. When this request header is included and the eTag provided doesn't match the current tag on the itemCategories, the itemCategories will not be updated.

Request body

Don't supply a request body for this method.

Response

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

Example

Request

Here's an example of the request.

DELETE https://graph.microsoft.com/beta/financials/companies/{id}/itemCategories/{id}

Response

Here's an example of the response.

HTTP/1.1 204 No Content