RecoverResource
Recover a soft-deleted resource and restore it to active state
POST
/api/v1/deletion/{resourceType}/{resourceUuid}/recoverOperation ID
RecoverResourceSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
resourceTypeStringRequiredType of the soft-deleted resource to recover
resourceUuidStringRequiredUUID of the soft-deleted resource to recover
Body Fields
operatorStringRequiredAccount name or ID of the operator initiating the recovery
Example: admin
