From 23d7ef86c2ae60fa044ec193c15c5d5e618b5d1c Mon Sep 17 00:00:00 2001 From: atovpeko Date: Thu, 31 Oct 2024 15:12:27 +0200 Subject: [PATCH] fix --- .../chat-sdk/restful-api/_user-system-registration.mdx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/shared/chat-sdk/restful-api/_user-system-registration.mdx b/shared/chat-sdk/restful-api/_user-system-registration.mdx index 207b9651e..8b29c8ceb 100644 --- a/shared/chat-sdk/restful-api/_user-system-registration.mdx +++ b/shared/chat-sdk/restful-api/_user-system-registration.mdx @@ -477,20 +477,13 @@ For each App Key, the call frequency limit of this method is 100 per second. ### HTTP request ```html -DELETE https://{host}/{org_name}/{app_name}/users?limit={N}&cursor={cursor} +DELETE https://{host}/{org_name}/{app_name}/users/{username} ``` #### Path parameter For the parameters and detailed descriptions, see [Common parameters](#param). -#### Query parameter - -| Parameter | Type | Description | Required | -| :------- | :----- | :------------------------ | :------- | -| `limit` | Number | The number of users to delete. The value range is [1,100] with `10` as the default. | No | -| `cursor` | String | The position where to start deleting users.
No cursor is required for the first request. For each subsequent request, the cursor is obtained from the body of response to the previous request. If the cursor is no longer returned, all users are deleted. | No | - #### Request header | Parameter | Type | Description | Required |