# `Stripe.Params.Apps.SecretDeleteWhereParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/apps/secret_delete_where_params.ex#L2)

Parameters for secret delete where.

# `t`

```elixir
@type t() :: %Stripe.Params.Apps.SecretDeleteWhereParams{
  expand: [String.t()] | nil,
  name: String.t(),
  scope: Stripe.Params.Apps.SecretDeleteWhereParams.Scope.t()
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `name` - A name for the secret that's unique within the scope. Max length: 5000.
* `scope` - Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
