Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Delete Transformation

DELETE /object/transformation/{transformationId}

Deletes a transformation session and all created artifacts including buckets, users and all indexes, also do phase check since no transformation instance should be deleted from UI after indexing phase.

NOTE: This API does not delete ECS buckets and users if they contain migrated or written data.

transformationIdTransformation ID for deletion.

Required Roles

  • SYSTEM_ADMIN


Prerequisites

The following conditions must be met in order to call this operation.

  • Transformation must exist, other phases should not be in pending/running state.


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
HttpServletResponse

Response Body

Deletion info.

Field Description Type Notes
transformation_phase
phase_id Optional. Phase id of transformation. Possible values: PreCheck, Enumeration, Indexing, Migration, Reconciliation, Deletion String
status Optional. Phase status. Possible values: Pending, InProgress, Succeeded, Failed, Canceled String