Skip to main content
Infrastructure/Change Management

RejectChangeRequest

Reject a pending change request with a mandatory reason

PUT/api/v1/change-management/change-requests/{crId}/reject

Operation ID

RejectChangeRequest

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • crId
    StringRequired

    ID of the change request to reject

Body Fields

  • approverId
    StringRequired

    ID of the approver rejecting the request

    Example: user-approver-001

  • reason
    StringRequired

    Reason explaining why the change request was rejected

    Example: Insufficient rollback plan provided

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.