DemandFlow Support Centre

ITADDESTRUCTION: Destruction Method

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Destruction and processing method with compliance standards and specifications for IT asset disposition.

ITADDESTRUCTION: Destruction Method

Destruction and processing method with compliance standards and specifications for IT asset disposition.

Default definition. This article describes the default ITADDESTRUCTION definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ITADDESTRUCTION.

Entity properties

PropertyValue
Entity codeITADDESTRUCTION
Display nameDestruction Method
PluralDestruction Methods
Level250

Use cases

ITADDESTRUCTION is a flat grid lookup defining the available destruction and processing methods for ITAD operations. Each method has a category (data destruction, physical destruction, component separation, chemical processing), a compliance standard reference (NIST 800-88, R2, e-Stewards, ADISA, BS EN 15713), and specifications like particle size for shredding. Referenced by ITADLINE to record which destruction method was applied to each asset.

Fields

Destruction Method

FieldTypeRequiredNotes
reftextRef.
nametextYesName.
codetextCode.
categoryenumYesValid ids: dataDestruction (Data Destruction), physicalDestruction (Physical Destruction), componentSeparation (Component Separation), chemicalProcessing (Chemical Processing).
descriptiontext (multi-line)Description.
complianceStandardtexte.g. NIST 800-88, R2, e-Stewards, ADISA, BS EN 15713
particleSizeMmnumberMaximum particle size for shredding methods
suitableFortexte.g. HDD, SSD, tape, paper, mixed
environmentalImpactenumValid ids: low (Low), medium (Medium), high (High).
certificateRequiredenumValid ids: yes (Yes), no (No).
activeenumValid ids: yes (Yes), no (No).

Relationships

  • No declared relationships in the default definition.

Creating a Destruction Method via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ITADDESTRUCTION",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "category": "dataDestruction",
  "ref": "...",
  "code": "..."
}

Listing Destruction Methods

# All records in your tenant
GET /v1/entities/ITADDESTRUCTION/SUB:<your-sub-id>

See also

itaddestructiondestructionmethodmethods

Was this article helpful?

← Back to Knowledge Base