# Delete (inactivate) records Delete (inactivate) records Soft-deletes records by marking them as inactive. Returns error if record not found. The systemRef field is required for all records in DELETE requests. Partial Success Behavior: - Each record is processed independently - Successful deletions are persisted even if others fail - Records not found will have status FAILED with error code RECORD_NOT_FOUND - Check summary.failed and individual records[].status for failures Limits: Maximum 100 records per request. Business Applications: - Bulk inactivation - Record cleanup Endpoint: DELETE /api/v1/records Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `records` (array, required) Records - `records.type` (string) Type - `records.systemRef` (object) Systemref ## Response 200 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields