This article shows how to delete an ActiveMQ remote manager using the REST API.
Delete ActiveMQ Remote Manager
DELETE /activemq/remote-mgrs/{nodeName}/{managerName}
Deletes a specific ActiveMQ Remote Manager.
Example Request
curl -X 'DELETE' \ 'http://<hostname>:8019/rest/v1/activemq/remote-mgrs/REMOTE_ACTIVEMQ/activemq-ssl' \ -H 'accept: */*' \ -H 'Authorization: Basic QWRtaW46YWRtaW4='
Query Parameters
| Parameter | Type | Description |
|---|---|---|
validateAccessForUser |
string |
Whether to validate access for the user. |
Response Codes
-
204 No Content: Object deleted. -
304 Not Modified: Object unchanged. -
*: Error occurred, returnsErrorPojo.
Response Header
204 No Content: Object deleted.
access-control-allow-credentials: true
access-control-allow-origin: http://<hostname>:8019
date: Thu,25 Sep 2025 12:31:52 GMT
server: Jetty(10.0.22)
vary: Origin