Delete a Quick Rule by Organization ID and Rule Title
DELETE {{biBaseURL}}/Organizations/:orgID/QuickRules?title=
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| title | null | Title of the Quick Rule. | 
Request Body
{"IDs"=>"[ int]", "Title"=>"string", "Category"=>"string", "Description"=>"string", "RuleType"=>"string"}