Skip to main content
POST
/
v2
/
user
/
cancel
Cancel User Subscription
curl --request POST \
  --url https://api.village.do/v2/user/cancel \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "User subscription cancelled successfully",
    "external_user_id": "user_abc123"
  },
  "metadata": {
    "request_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT token obtained from authentication endpoint

Response

User subscription cancelled successfully

data
object
required

User subscription cancellation response

metadata
object
required