bulkDelete

Purpose

Deletes (moves to Recycle Bin) a group of specified records. The output parameter is optional. If you are deleting more than 1500 records in a single call, use the POST HTTP method.

For objects in dedicated tables, you must specify the objName parameter.

HTTP Method

POST, DELETE, or GET

URL

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

URL Parameters

sessionId

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

ids

Comma-separated list of record IDs.

objName

The object integration name.

output

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

Permissions Required

Delete permission for the requested object type.

Response

Report on deleted record similar to report after CSVdelete.