---
title: "Revert a Workflow to the Review Step"
method: PATCH
path: "/workflows/{id}/revert-to-review"
tags: ["Workflows"]
---

# Revert a Workflow to the Review Step

`PATCH /workflows/{id}/revert-to-review`

Reverts a workflow to the Review step. Only workflows sourced from Workflow Designer and in the Sign step can be reverted. 

**OAuth Scope required:** `public.workflows.revertToReview`

## Path parameters

- `id` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Request body

- object — Note that `user` is required when reverting with a legacy bearer token but will be ignored when reverting via an OAuth token. If the token was generated with the Authorization Code grant, the associated token user will be used. If the token was generated with the Client Credentials grant, the required `x-as-user-id` or 'x-as-user-email` header will be used.
  - `user` object — The Ironclad user reverting the workflow to the Review step. The user must have access to the workflow.
    - `email` string — The Ironclad user's email address.
    - `type` string — The mechanism of identifying the Ironclad user's account.

## Response `204`

204

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
