Skip to main content
Infrastructure/Resource Deletion

CancelDeletion

Cancel an in-progress deletion operation for a resource

POST/api/v1/deletion/{resourceType}/{resourceUuid}/cancel

Operation ID

CancelDeletion

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • resourceType
    StringRequired

    Type of the resource whose deletion should be cancelled

  • resourceUuid
    StringRequired

    UUID of the resource whose deletion should be cancelled

Body Fields

  • operator
    StringRequired

    Account name or ID of the operator cancelling the deletion

    Example: admin

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • phase
    String

    Current lifecycle phase after the cancellation operation

    Example: Running