Updated on 2026-04-16 GMT+08:00

Deregistering Users

Function

User deregistration

URI

DELETE /koodrive/ose/v1/user/delete

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

userId

Yes

String

User ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

Authorization

Yes

String

Definition:

Access token. Token authentication is used to call KooDrive APIs. A token indicates the permission. When an API is called, the token is added to the request header to obtain the operation permission. Format: AT+{access_token}

Constraints:

N/A

Range:

N/A

Default Value:

N/A

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

code

String

Error Codes

msg

String

Error description.

Example Requests

DELETE /koodrive/ose/v1/user/delete?userId=1883470834908008705

Example Responses

Status code: 200

User deregistration response

{
  "code" : 0,
  "msg" : "Success"
}

Status Codes

Status Code

Description

200

User deregistration response