Skip to main content
DELETE
/
v4
/
workflows
/
{workflowId}
/
schema-validation-rules
/
{fieldName}
Delete data quality rules for a single field
curl --request DELETE \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/schema-validation-rules/{fieldName} \
  --header 'x-api-key: <api-key>'
{
  "rules": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

ID of the workflow

fieldName
string
required

Name of the schema field whose rules should be removed

Response

Rules removed (or no-op if the field had no rules). Returns the remaining ruleset.

rules
object

Map keyed by schema field name, with the per-field data quality rules for that field.