restore_entity
Restore a soft-deleted entity (customer, project, task, or subtask) and all its children from the recycle bin. Requires Admin role. entity_type must be one of: Customer, Project, Task, SubTask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Id of the deleted entity to restore. | |
| entity_type | Yes | Type of entity to restore. One of: Customer, Project, Task, SubTask. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |