Delete Collection
DELETE/entitlement/api/v1/collection/:id
Deletes a Collection with the specified ID.
info
This endpoint is available on the Prisma Cloud Darwin release only.
Request
Path Parameters
id uuidrequired
Collection Id
Responses
- 204
- 400
- 403
- 429
- 4XX
Successful operation
Bad Request
- */*
- Schema
- Example (from schema)
Schema
object
{}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
object
{}
API is rate limited
- */*
- Schema
- Example (from schema)
Schema
- Array [
- ]
timestamp stringrequired
httpStatus int32required
error stringrequired
errorDetails object[]
name stringrequired
message stringrequired
message stringrequired
path stringrequired
{
"timestamp": "string",
"httpStatus": 0,
"error": "string",
"errorDetails": [
{
"name": "string",
"message": "string"
}
],
"message": "string",
"path": "string"
}
Client error
- */*
- Schema
- Example (from schema)
Schema
- Array [
- ]
timestamp stringrequired
httpStatus int32required
error stringrequired
errorDetails object[]
name stringrequired
message stringrequired
message stringrequired
path stringrequired
{
"timestamp": "string",
"httpStatus": 0,
"error": "string",
"errorDetails": [
{
"name": "string",
"message": "string"
}
],
"message": "string",
"path": "string"
}
Loading...