DeleteResource
Delete a resource by type and UUID, optionally performing a dry run
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
resourceTypeStringRequiredType of the resource to delete
resourceUuidStringRequiredUUID of the resource to delete
Query Parameters
propagationPolicyStringDeletion propagation policy, e.g. Foreground or Background Deletion propagation policy, e.g. Foreground or Background
dryRunBooleanWhether to simulate the deletion without actually deleting Whether to simulate the deletion without actually deleting
Example: true
operatorStringAccount name or ID of the operator initiating the deletion Account name or ID of the operator initiating the deletion
Responses
DELETE endpoints return an empty object on success, or a standard error structure on failure.
Success Response
{}Error Response
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Delete resource timeout after 300s"
}
}Endpoint
DELETE/api/v1/deletion/{resourceType}/{resourceUuid}
/api/v1/deletion/{resourceType}/{resourceUuid}
Request Example
curl -X DELETE '{host}/api/v1/deletion/{resourceType}/{resourceUuid}' -H 'Authorization: Bearer {token}'
Response Example
200{}Change History
This API has no change history records yet.
