Skip to main content

Deletes the specified project

DELETE 

https://api.spectrocloud.com/v1/projects/:uid

Deletes the specified project

Request

Path Parameters

    uid stringrequired

Query Parameters

    cleanupProjectResources boolean

Body

    deletingClusterDurationThresholdInMinint32
    provisioningClusterDurationThresholdInMinint32

Responses

The resource was deleted successfully

curl -L -X DELETE 'https://api.spectrocloud.com/v1/projects/:uid' \
-H 'Content-Type: application/json' \
-d '{
"deletingClusterDurationThresholdInMin": 0,
"provisioningClusterDurationThresholdInMin": 0
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Parameters
— pathrequired
— query
Body
{
"deletingClusterDurationThresholdInMin": 0,
"provisioningClusterDurationThresholdInMin": 0
}