Skip to main content
DELETE
/
v3
/
workflows
/
{settings_uuid}
cURL
curl -X DELETE 'https://verification.didit.me/v3/workflows/a1b2c3d4-5678-90ab-cdef-111111111111/' \
  -H 'x-api-key: YOUR_API_KEY'
{
  "detail": "You do not have permission to perform this action."
}

Authorizations

x-api-key
string
header
required

Path Parameters

settings_uuid
string<uuid>
required

Per-version UUID of the workflow to delete.

Response

Workflow deleted. The response body is empty.