Infrastructure/Resource Deletion
GETDeletionSince 1.0SynchronousAuth Required
ListSoftDeletedResources
List all soft-deleted resources with optional filters and pagination
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
resourceTypeStringFilter by resource type; empty means all types Filter by resource type; empty means all types
deletedAfterStringReturn only resources deleted after this timestamp Return only resources deleted after this timestamp
deletedBeforeStringReturn only resources deleted before this timestamp Return only resources deleted before this timestamp
ownerTypeStringType of the owner to filter by Type of the owner to filter by
ownerUuidStringUUID of the owner to filter by UUID of the owner to filter by
Responses
Endpoint
GET/api/v1/deletion/soft-deleted
/api/v1/deletion/soft-deleted
Request Example
curl -X GET '{host}/api/v1/deletion/soft-deleted' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 42
}Change History
This API has no change history records yet.
