Skip to main content
DELETE
/
v2
/
clarity-v2
/
processes
/
{process_id}
/
transformation-proposal
/
{transformation_proposal_id}
Revert Clarity Transformation Proposal
curl --request DELETE \
  --url https://api.duvo.ai/v2/clarity-v2/processes/{process_id}/transformation-proposal/{transformation_proposal_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

process_id
string<uuid>
required

The clarity process id

transformation_proposal_id
string<uuid>
required

The transformation proposal id

Response

Default Response

success
boolean
required