Skip to main content

Delete a rule

DELETE /api/v1/projects/:project_id/fleets/:fleet_id/rules/:rule_id

Removes a rule from the fleet of the project.

Path Parameters
  • project_id string required

    Project ID

  • fleet_id string required

    Fleet ID

  • rule_id string required

    Rule ID

Responses

Success" {"ok":<count_of_deleted_records>}

Schema
    Loading...