Delete subscriptions (v1.0)

Deletes a subscriptions object for Business Central.

HTTP request

Replace the URL prefix for Business Central depending on environment following the guideline.

DELETE businesscentralPrefix/subscriptions({'id'})

Request headers (v1.0)

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 subscription, the subscription will not be updated.

Request body (v1.0)

Do not supply a request body for this method.

Response (v1.0)

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

Example (v1.0)

Request

Here is an example of the request.

DELETE https://{businesscentralPrefix}/api/v1.0/subscriptions({'id'}) 

Response

No response body.

See also

Tips for working with the APIs

Error Codes
Subscription Resource Type
Get subscriptions
Create subscriptions
Update subscriptions
Microsoft REST API Guidelines