POST
/
api
/
merchants
/
manage_subscription
/
subscription_cancel
curl --location --request POST 'http://127.0.0.1:8000/api/merchants/manage_subscription/subscription_cancel/' \
--header 'Content-Type: application/json' \
--header 'Authorization: <Token>'

"user +91234567890 is unsubscribed"
    
Authorization
string

The authentication token that you will get in the success response on ‘verify_user’ api.

body

id
string

The subscription_transaction_uuid that the merchant received in response to the POST Checkout request.

Response

success
number

This Response field will return message “user ‘+1234567890’ is unsubscribed” with status code 200 on success request.

curl --location --request POST 'http://127.0.0.1:8000/api/merchants/manage_subscription/subscription_cancel/' \
--header 'Content-Type: application/json' \
--header 'Authorization: <Token>'

"user +91234567890 is unsubscribed"