Deleting a Google Cloud Project
Use the delete /v1/cckm/google/projects/{id}
API to delete a Google Cloud project.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
id | string | Name or ID of the Google Cloud project to be deleted. |
Example Request
Example Response
The Google Cloud project with the specified ID is deleted.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.