Skip to main content
Infrastructure/Change Management
PUTChangeManagementSince 1.0SynchronousAuth Required

RejectChangeRequest

Reject a pending change request with a mandatory reason

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • crIdStringRequired

    ID of the change request to reject

Body Fields

  • approverIdStringRequired

    ID of the approver rejecting the request

    Example: user-approver-001

  • reasonStringRequired

    Reason explaining why the change request was rejected

    Example: Insufficient rollback plan provided

Responses

200 OK

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

Endpoint

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

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

Operation ID

RejectChangeRequest

Permalink

Request Example

curl -X PUT '{host}/api/v1/change-management/change-requests/{crId}/reject' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"approverId":"user-approver-001","reason":"Insufficient rollback plan provided"}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history