Updated on 2026-05-19 GMT+08:00

Quitting a Project

Function

If a project member proactively quits the project, the project creator cannot quit the project.

Calling Method

For details, see Calling APIs.

URI

DELETE /v4/projects/{project_id}/quit

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition:

32-character UUID of a project, which must be unique.

Obtain the value by calling the API for Querying the Project List. The value of project_id in the response message body is the project ID.

Constraints:

Regular expression: [A-Za-z0-9]{32}

Value range:

N/A

Default value:

N/A

Request Parameters

None

Response Parameters

Status code: 204

OK

Status code: 400

Table 2 Response body parameters

Parameter

Type

Description

error_code

String

Definition:

Error code.

Value range:

N/A

error_msg

String

Definition:

Error description.

Value range:

N/A

Status code: 401

Table 3 Response body parameters

Parameter

Type

Description

error_code

String

Definition:

Error code.

Value range:

N/A

error_msg

String

Definition:

Error description.

Value range:

N/A

Example Requests

Delete https://{endpoint}/v4/projects/e2da96a5d2c845e284f0ad47f8ca8cb1/quit

DETELE {{url}}/v4/projects/ac069b11a3524163ad6348953e2fe93e/quit
Note: The API has neither a response body nor a return value.

Example Responses

None

Status Codes

Status Code

Description

204

OK

400

Bad Request

401

Unauthorized

Error Codes

See Error Codes.