> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tronrental.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 停用

> 永久停用智能模式订阅

## 停用订阅

永久停用智能模式订阅。此操作不可撤销 — 您需要创建新的订阅才能重新启用。

### 路径参数

<ParamField path="subscription_id" type="number" required>
  订阅 ID
</ParamField>

### 响应

返回已停用的订阅对象。

### 示例

```bash theme={null}
curl -X POST https://api.tronrental.com/v1/smart-mode/42/deactivate \
  -H "X-API-Key: your_api_key"
```

```json Response theme={null}
{
  "id": 42,
  "address": "TYourAddress...",
  "status": "deactivated",
  "message": "Subscription permanently deactivated"
}
```
