Overview

DescriptionUsed to unsubscribe from a cartridge
URL

/cartridge/unsubscribe

HTTP MethodPOST
Request/Response Formatapplication/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"
  }
}
  • No labels