Skip to main content

Cancel Change Request

Cancel an in-progress change request.

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

note

This command does not support the format=json parameter. Error responses are returned as HTML regardless of format.

Request

Parameters

cancelChangeRequest
The ID of the change request to cancel.
Reason for cancelling the change request.
revertCompletedChangesIf true, reversal items are created for activities that have already completed. Default: false.
tokenDeprecated. Use the Authorization request header instead.

Headers

Bearer token

Response

This command returns no output on success. A 200 with an empty body indicates the change request was cancelled.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=cancelChangeRequest&id=242&comment=Cancelled+via+API" \
-H "Authorization: Bearer <token>"

Response

(empty body)

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also