The removeBundle
API call is used to remove a bundle from a member's account. Using this call will result in canceling any active billing associated with the bundle.
Sample Request URL
http://{Your_API_URL}?q=/removeBundle
Input Parameters
Parameter | Description | Required |
apikey |
API key from MemberMouse API Credentials | Yes |
apisecret |
API secret from MemberMouse API Credentials | Yes |
member_id |
ID of the member to add the bundle to | Yes |
bundle_id |
ID of the bundle to add to the member's account | Yes |
Response Codes
-
200
- Success -
409
- member ID or bundle ID is invalid
Response Data
none