DELETE
/api/im/remote/push/tokens/{id}
Revoke a push token
Revoke a specific push token. Returns 403 when the token belongs to another user,
404 when no such token exists.
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — | Push token record UUID. |
响应示例
{
"ok": true,
"data": {
"success": true
}
}Try it out
Path Parameters
→ /api/im/remote/push/tokens/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test