V2 (Stable)
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>" } }
Deactivate the user and invalidate all their tokens. The user can be reactivated later by generating a new token via Create Authorization.
demo_token_global
User subscription cancelled successfully
User subscription cancellation response
Show child attributes
Was this page helpful?