Deletes the packs
DELETEhttps://api.spectrocloud.com/v1/packs
Deletes the packs
Request
Query Parameters
filters string
Filters can be combined with AND, OR operators with field path name. Eg: metadata.name=TestServiceANDspec.cloudType=aws
Server will be restricted to certain fields based on the indexed data for each resource.
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
countint64
items
object
{
"count": 0,
"items": {}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/packs' \
-H 'Accept: application/json'