Deletes the specified project
DELETEhttps://api.spectrocloud.com/v1/projects/:uid
Deletes the specified project
Request
Path Parameters
uid stringrequired
Query Parameters
cleanupProjectResources boolean
- application/json
Body
deletingClusterDurationThresholdInMinint32
provisioningClusterDurationThresholdInMinint32
Responses
- 204
The resource was deleted successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/projects/:uid' \
-H 'Content-Type: application/json' \
-d '{
"deletingClusterDurationThresholdInMin": 0,
"provisioningClusterDurationThresholdInMin": 0
}'