Help Center> CodeArts Req> API Reference> APIs> Project members> Deleting Project Members in Batches
Updated on 2023-06-12 GMT+08:00

Deleting Project Members in Batches

Function

Deleting Project Members in Batches

URI

DELETE /v4/projects/{project_id}/members

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the 32-bit ID of the devcloud project.

Minimum: 32

Maximum: 32

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Specifies a user token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token.

Minimum: 10

Maximum: 32768

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

user_ids

Yes

Array of strings

Specifies the user ID.

Minimum: 32

Maximum: 32

Response Parameters

Status code: 400

Table 4 Response body parameters

Parameter

Type

Description

error_msg

String

Description

error_code

String

Error Codes

Status code: 401

Table 5 Response body parameters

Parameter

Type

Description

error_msg

String

Description

error_code

String

Error Codes

Example Requests

DELETE https://{endpoint}/v4/projects/526cefde62004de2b62b5e8dd2c2b3af/members

[ "665b542eb4c14b53a15ead449f28b0ba" ]

Example Responses

None

Status Codes

Status Code

Description

204

No Content

400

Bad Request

401

Unauthorized

Error Codes

See Error Codes.