Resume publisher
Restores a revoked publisher. This operation enables the publisher to resume sending events to the specified Event Hub.
Method | Request URI |
---|---|
DELETE | https://{servicebusNamespace}.servicebus.windows.net/{eventHubPath}/revokedpublishers/{publisherName} |
See Common parameters and headers for headers and parameters that are used by all requests related to Event Hubs.
The response includes an HTTP status code, a set of response headers, and a response body.
Code | Description |
---|---|
200 | Success. |
401 | Authorization failure. |
500 | Internal error. |
If the request is successful, the response body is empty. If the request is not successful, the body contains an error code and error message.
Request
Note
You can also use an Azure Active Directory token for the Authorization header as noted in the Common parameters and headers. For example: Authorization: Bearer <Azure AD token>
.
DELETE https://your-namespace.servicebus.windows.net/your-event-hub/revokedpublishers/your-publisher?timeout=60&api-version=2014-01 HTTP/1.1
Authorization: SharedAccessSignature sr=https%3A%2F%2Fyour-namespace.servicebus.windows.net%2F&sig=your-sas-key&se=1455858326&skn=RootManageSharedAccessKey
Content-Type: application/atom+xml;type=entry;charset=utf-8
Host: your-namespace.servicebus.windows.net
Response
HTTP/1.1 200 OK
Content-Length: 0
Server: Microsoft-HTTPAPI/2.0
Date: Wed, 25 Jun 2014 22:43:27 GMT