deleteTargetAssociation is a command that deletes an association between target and item.
| Name | Type | Description | Notes |
|---|---|---|---|
| assoc_id | str | The association id to be deleted | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| name | str | Item name | |
| target_name | str | The target to associate | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |