async deleteAddress()

in artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/artemis-service.ts [303:305]


    async deleteAddress(address: string) {
        return await jolokiaService.execute(await this.getBrokerObjectName(), DELETE_ADDRESS_SIG, [address])
    }