Benchling · Schema

UnregisterEntities

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
entityIds array Array of entity IDs
folderId string ID of the folder that the entities should be moved to
View JSON Schema on GitHub

JSON Schema

UnregisterEntities.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/UnregisterEntities.json",
  "title": "UnregisterEntities",
  "additionalProperties": false,
  "properties": {
    "entityIds": {
      "description": "Array of entity IDs",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "folderId": {
      "description": "ID of the folder that the entities should be moved to",
      "type": "string"
    }
  },
  "required": [
    "entityIds",
    "folderId"
  ],
  "type": "object"
}