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
- 200
- 400
Success" {"ok":<count_of_deleted_records>}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":{"code":400,"message":"<error_message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...