Delete Entity
Deletes a messaging entity.
Request
You can construct the Delete Entity request as follows.
Method | Request URI | HTTP Version |
---|---|---|
DELETE | https://{serviceNamespace}.servicebus.windows.net/{path} | HTTP/1.1 |
Request Headers
The following table describes required and optional request headers.
Request Header | Description |
---|---|
Authorization | Specifies a Shared Access Signature (SAS) token with "Manage" rights. See Service Bus authentication with Shared Access Signatures for details. |
Request Body
None.
Response
The response includes an HTTP status code and a set of response headers.
Response Codes
Code | Description |
---|---|
200 | OK. |
401 | Unauthorized. The request isn't authorized. |
404 | Not found. |
For information about status codes, see Status and Error Codes.
Response Headers
The response for this operation includes the following headers. The response might also include additional standard HTTP headers. All standard headers conform to the HTTP/1.1 protocol specification.
Response Header | Description |
---|---|
Content-type | Content-Type: application/atom+xml; type=entry |
Response Body
None.