Entity Management
Restoring a deleted Entity
Entities that have been recently soft-deleted and not yet purged can be restored using this endpoint.
post/v1/projects/{projectId}/datasets/{name}/entities/{uuid}/restore
Path parameters
projectIdnumber required
The numeric ID of the Project
namestring required
Name of the Dataset
uuidstring required
UUID of the Entity
Response
OK
Example response
{
"success": true
}