# RevokeCredentialsInput

## Properties

| Name                 | Type       | Description | Notes                             |
| -------------------- | ---------- | ----------- | --------------------------------- |
| **revocationReason** | **string** |             | [optional] [default to undefined] |
| **credentialId**     | **string** |             | [default to undefined]            |

## Example

```typescript
import { RevokeCredentialsInput } from '@affinidi-tdk/wallets-client'

const instance: RevokeCredentialsInput = {
  revocationReason,
  credentialId,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
