明壁幕府忍法帳 > Aptana Index > Home > Axway API Builder > API Builder > API Builder Debeloper Guide > API Builder Project > Artifacts > Flows > Nodes in Flow > Nodes - Model Delete

2019.02.07 Ver.12 (2019.5.16)

Nodes - Model Delete All

This document describes model delete all and provides instance configuration and parameters information.

Name

Description

ModelDeleteAll

A Model specific flow-node. Invokes the Delete All API on a specified model and returns the response.

Instance configuration

Property

Description

Required

Type

model

The name of the model of which to invoke the Delete All API.

yes

string

Instance parameters

These are all specified by the chosen model. 

Example

"model.deleteall": {
 "type": "ModelDeleteAll",
 "config": {
   "model": "appc.arrowdb/acl"
 },
 "parameters": [],
 "response": {
   "context": {},
   "routes": [
     {
       "next": "response.success"
     }
   ]
 }
}