Reject a proposed remediation.
reason can be provided to document why the remediation was rejected. This is useful for audit trails and for informing future AI suggestions.
Required role: admin or owner
rem_01HX9VTPQR3KF8MZWBYD5N6JCE."This rollback would affect other tenants. Prefer the index creation approach instead."200 OK with the updated remediation status.
| Field | Type | Description |
|---|---|---|
remediationId | string | The remediation that was rejected |
status | string | Always "rejected" after a successful call |
404 Not Found if the remediation does not exist.
Returns 403 Forbidden if the authenticated user is not an admin or owner.
Returns 409 Conflict if the remediation has already been approved, rejected, or executed.