Skip to main content

Delete Collector

Delete a collector by name and type.

POST https://instance.securid.com/aveksa/command.submit?cmd=deleteCollector

note

Requires a user with System:Manage privilege.

Request

Parameters

deleteCollector
The friendly name of the collector to delete.
The type of the collector. Valid values: Identity Activity Account Entitlement Role Metadata MAEDC

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

On success, the server returns 200 with the following body.

Examples

Request

curl -K -X POST \
"https://instance.securid.com/aveksa/command.submit?cmd=deleteCollector&name=Sample+ADC&type=Account" \
-H "Authorization: Bearer <token>"

Response

{
"data": {
"type": "deleteCollector"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also