Delete dimensionSetLines
Important: Currently all requests to API v2.0 must append $schemaversion=2.0 to the request URL to work properly. This is to uptake the new improved $metadata model avaliable from Business Central 17. An update will be applied shortly to apply the schemaversion automatically to API v2.0. For all other APIs $schemaversion=1.0 will be the default, unless specified in the request URL with $schemaversion=2.0. A solution is being worked on, where the schemaversion will be defined in the extension.
Deletes dimensionSetLines in Dynamics 365 Business Central.
HTTP request
Replace the URL prefix for Dynamics 365 Business Central depending on environment following the guideline.
DELETE businesscentralPrefix/companies({id})/salesOrders({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/journalLines({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesOrderLines({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesQuotes({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesQuoteLines({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesCreditMemos({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesCreditMemoLines({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesInvoices({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/salesInvoiceLines({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/purchaseInvoices({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/purchaseInvoiceLines({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/generalLedgerEntries({id})/dimensionSetLines({id})
DELETE businesscentralPrefix/companies({id})/timeRegistrationEntries({id})/dimensionSetLines({id})
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 204 No Content
response code and it deletes the dimensionSetLine .
Example
Request
Here is an example of the request.
DELETE https://{businesscentralPrefix}/api/v2.0/companies({id})/salesOrders({id})/dimensionSetLines({id})
Response
Here is an example of the response.
HTTP/1.1 204 No Content
See also
Tips for working with the APIs
dimensionsetline
Get dimensionsetline
Create dimensionsetline
Update dimensionsetline