Infrastructure/Resource Deletion
POSTDeletionSince 1.0SynchronousAuth Required
RetryDeletion
Retry a previously failed deletion operation for a resource
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
resourceTypeStringRequiredType of the resource whose deletion should be retried
resourceUuidStringRequiredUUID of the resource whose deletion should be retried
Body Fields
operatorStringRequiredAccount name or ID of the operator initiating the retry
Example: admin
Responses
Endpoint
POST/api/v1/deletion/{resourceType}/{resourceUuid}/retry
/api/v1/deletion/{resourceType}/{resourceUuid}/retry
Request Example
curl -X POST '{host}/api/v1/deletion/{resourceType}/{resourceUuid}/retry' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{
"phase": "Deleting",
"impact": {}
}Change History
This API has no change history records yet.
