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 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
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Codes |
error_msg |
String |
Description |
Status code: 401
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.
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