V2 (Preview)
cURL
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>" } }
Cancel the subscription for the currently authenticated user. All existing tokens for this user will become invalid. The user can be reactivated by calling POST /v2/auth/tokens.
JWT token obtained from authentication endpoint
User subscription cancelled successfully
User subscription cancellation response
Show child attributes
Success message
"User subscription cancelled successfully"
External user identifier that was cancelled
"user_abc123"
Was this page helpful?