Docupilot · Schema

OrganizationDelete

OrganizationDelete schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
otp string
View JSON Schema on GitHub

JSON Schema

accounts-OrganizationDelete.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrganizationDelete",
  "description": "OrganizationDelete schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "otp": {
      "type": "string",
      "writeOnly": true,
      "maxLength": 6,
      "minLength": 6
    }
  },
  "required": [
    "otp"
  ]
}