FastDOL · JSON Structure

Fastdol Delete Account Request Structure

DeleteAccountRequest structure from FastDOL API

Type: object Properties: 2 Required: 2
OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

DeleteAccountRequest is a JSON Structure definition published by FastDOL, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

password confirm

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fastdol/refs/heads/main/json-structure/fastdol-delete-account-request-structure.json",
  "name": "DeleteAccountRequest",
  "type": "object",
  "description": "DeleteAccountRequest structure from FastDOL API",
  "properties": {
    "password": {
      "type": "string"
    },
    "confirm": {
      "type": "string"
    }
  },
  "required": [
    "password",
    "confirm"
  ]
}