Skip to main content
DELETE
/
api
/
dq
/
rules
/
ids
/
{dq_id}
Delete data quality rule
curl --request DELETE \
  --url https://aiapi.{client}.nx1cloud.com/api/dq/rules/ids/{dq_id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

dq_id
string<uuid>
required

The unique ID of the data quality rule.

Response

DQ rule deleted successfully.

The response is of type string.