Updated on 2025-08-25 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 uniquely identifies a project. Obtain the value of this parameter from the project_id field in the response body of the Querying the Project List API.

Constraints:

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

Options:

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

Error Codes

error_msg

String

Description

Status code: 401

Table 3 Response body parameters

Parameter

Type

Description

error_code

String

Error Codes

error_msg

String

Description

Example Requests

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

DETELE {{url}}/v4/projects/ac069b11a3524163ad6348953e2fe93e/quit

Example Responses

None

Status Codes

Status Code

Description

204

OK

400

Bad Request

401

Unauthorized

Error Codes

See Error Codes.