Deletes the packs
DELETE/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.
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
countint64
items
object
property name*string
{
"count": 0,
"items": {}
}
Loading...