Skip to content

defaultObjectsDelete

Overview

The VUEDA specific implementation for reactive-helper's list bulk delete crud function.

Signature

defaultObjectsDelete(args)

Parameters

NameTypeRequiredDescription
argsobjectyesThe arguments object.

args Properties

NameTypeRequiredDefaultDescription
acknowledgeWarningsstringWarnings digest from a prior 409, sent as the Acknowledge-Warnings header so the server lets the gated delete proceed.
dryRunbooleanWhen true, sends the request in dry-run mode. The server answers a valid dry run 200, so that status is a success here only while dryRun is set; a 200 on a real delete stays a fault.
formDataanyExtra fields submitted alongside the delete, merged into the request body.
pksstring[]The PKs of the objects to delete.
targetobjectThe arguments for the CRUD operation.

Returns

CancellablePromise

  • A cancellable promise.

Source

client/lib/utils/listCrud.js:230

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2