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

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
transformation_proposal_id
string<uuid>
required

The transformation proposal id

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Response

Default Response

success
boolean
required