Delete ruleset association
Deletes the traffic rules in the ruleset from the deployment.
DELETE
/deployments/traffic-filter/rulesets/{ruleset_id}/associations/{association_type}/{associated_entity_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/deployments/traffic-filter/rulesets/{ruleset_id}/associations/{association_type}/{associated_entity_id}' \
--user "username:password"