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
| 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
| 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
| 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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot