deleteArr

Purpose

Moves group of specified data record to the Recycle Bin. The output parameter is optional.

For objects in dedicated tables or external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection), you must specify both the objName and ids parameters.

HTTP Method

DELETE or GET

URL

https://app.infiniteblue.com/rest/api/deleteArr

URL Parameters

sessionId

The session ID obtained from the body of the response when calling login.

objName

The object integration name.

ids

Comma-separated list of record IDs.

output

Optional parameter specifying the output format, one of: xml (default) or json.

Permissions Required

Delete permission for the requested object type.

Response

Standard success or failure output

Example

Output example:

<resp status="ok">
<Msg>2 records have been deleted.</Msg>
</resp>