GET
/
users
/
subscription
/
cancel
curl --request GET \
  --url https://api.village.do/v1/users/subscription/cancel \
  --header 'secret-key: <api-key>'
{
  "message": "User subscription cancelled successfully"
}

Authorizations

secret-key
string
header
required

Headers

user-identifier
string

Specify the user making the request. This identifier should match the one you used when integrating the user with Village.

Response

200
application/json
Subscription cancelled successfully
message
string
Example:

"User subscription cancelled successfully"