com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Unsubscribing from a Cartridge via REST API
Overview
Description | Used to unsubscribe from a cartridge |
URL |
|
HTTP Method | POST |
Request/Response Format | application/JSON |
Sample request payload
test_PHP
Example
Use case: Unsubscribe from a Cartridge. The example request is as follows:
curl -X POST -H "Content-Type: application/json" -d '<ALIAS>' -k -v -u admin:admin https://<SM_HOST>:9443/stratos/admin/cartridge/unsubscribe
Sample response
{ "stratosAdminResponse": { "message": "Successfully terminated the subscription with alias manula" } }
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.