cURL
curl --request DELETE \ --url https://aiapi.{client}.nx1cloud.com/api/dq/rules/ids/{dq_id} \ --header 'Authorization: Bearer <token>'
"<string>"
Delete a data quality rule by its unique ID.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique ID of the data quality rule.
DQ rule deleted successfully.
The response is of type string.
string
Was this page helpful?