Skip to main content

Delete Pending Collections

Delete all collection runs currently queued for execution.

GET https://instance.securid.com/aveksa/command.submit?cmd=deletePendingCollections

note

Requires a user with System:Manage privilege. Runs that are already executing are not affected.

Request

Parameters

deletePendingCollections
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

statusResult of the operation. Returns success on success.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=deletePendingCollections&format=json" \
-H "Authorization: Bearer <token>"

Response

Returns success whether or not there were any pending collections to delete.

{
"data": {
"type": "deletePendingCollections",
"status": "success"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also