Delete Rule
Remove an existing rule.
Endpoint
DELETE /catalog-server/api/rules/:id
Path Parameters
Name | Type | Description | Example |
---|---|---|---|
id | integer | Rule ID | 1001 |
Sample Request
curl -X DELETE "https://demo.acceldata.io/catalog-server/api/rules/1001"
Response Schema
See Rule Schema
Was this page helpful?