Delete currencies

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 a currency object from Dynamics 365 Business Central.

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}/currencies/{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 does not match the current tag on the currencies, the currencies will not be updated.

Request body

Do not supply a request body for this method.

Response

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

Example

Request

The following is an example of the request.

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

Response

The following is an example of the response.

HTTP/1.1 204 No Content