uscDelete is a command that deletes a secret from a Universal Secrets Connector
| Name | Type | Description | Notes |
|---|---|---|---|
| force_delete | bool | Force delete objects that are soft deleted by default (relavent only for Azure target) | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| namespace | str | The namespace (relevant for Hashi vault target) | [optional] |
| object_type | str | [optional] | |
| secret_id | str | The universal secrets id (or name, for AWS, Azure, K8s or Hashi vault targets) to delete | |
| selected_repositories | str | GitHub selected repositories. For repository scope: repo name. For repository-environment scope: repo/env (format: repo-name/env-name). Required when multiple repos/envs configured. | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| usc_name | str | Name of the Universal Secrets Connector item |