# `Ory.Model.SelfRevokeApiKeyRequest`

SelfRevokeApiKeyRequest allows an API key holder to revoke their own key by providing the full key secret as proof of possession.

# `t`

```elixir
@type t() :: %Ory.Model.SelfRevokeApiKeyRequest{
  credential: String.t() | nil,
  reason: Ory.Model.RevocationReason.t() | nil
}
```

# `decode`

---

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