Delete Installation
Published: October 27, 2015
Updated: March 8, 2016
Deletes an installation.
Method | Request URI | HTTP version |
|---|---|---|
DELETE | https://{namespace}.servicebus.windows.net/{NotificationHub}/installations/installationId?api-version=2015-01 | HTTP/1.1 |
The following table describes required and optional request headers.
Request Header | Description |
|---|---|
Authorization | Token generated as specified in Shared Access Signature Authentication with Service Bus, or Service Bus authentication and authorization with Microsoft Azure Active Directory Access Control (also known as Access Control Service or ACS). |
x-ms-version | 2015-01 |
None.
The response includes an HTTP status code and a set of response headers.
Code | Description | ||
|---|---|---|---|
204 | The installation was deleted successfully.
| ||
400 | The installation could not be created/overwritten because the request was malformed. | ||
401 | Authorization failure. The access key was incorrect. | ||
403 | Quota exceeded. Request rejected because registration operations rate is too high. |
For information about status codes, see Status and Error Codes.
None.
None.
