---
title: "Reset User Trial"
method: POST
path: "/cabinet/admin/users/{user_id}/reset-trial"
tags: ["Cabinet Admin Users"]
---

# Reset User Trial

`POST /cabinet/admin/users/{user_id}/reset-trial`

Reset user trial - allows user to activate trial again.

Actions:
- Delete current subscription if exists
- Reset has_used_trial flag to False
- User can now activate a new trial

## Path parameters

- `user_id` integer, required

## Request body

- ResetTrialRequest — Request to reset user trial.
  - `reason` string, nullable — Reason for trial reset

## Response `200`

Successful Response

- ResetTrialResponse — Response after trial reset.
  - `success` boolean, required
  - `message` string, required
  - `subscription_deleted` boolean
  - `has_used_trial_reset` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
