# FinApiAccess.DeleteConsent

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**local** | **String** | Result of deleting a consent stored in the finAPI database (local):<br/><br/>&bull; <code>DELETED</code> - when there was a stored consent and it was deleted.<br/>&bull; <code>NOT_EXIST</code> - if there is no stored consent.<br/> | 
**remote** | **String** | Result of deleting a consent stored on the bank's side (remote):<br/><br/>&bull; <code>DELETED</code> - if the consent was successfully deleted on the bank side.<br/>&bull; <code>NOT_SUPPORTED</code> - if the bank doesn't support the feature of deleting consents.<br/>&bull; <code>NOT_EXIST</code> - if either there is no remote consent, or there is no local consent (and that makes impossible to identify any remote data).<br/> | 


<a name="LocalEnum"></a>
## Enum: LocalEnum


* `DELETED` (value: `"DELETED"`)

* `NOT_EXIST` (value: `"NOT_EXIST"`)

* `NOT_SUPPORTED` (value: `"NOT_SUPPORTED"`)




<a name="RemoteEnum"></a>
## Enum: RemoteEnum


* `DELETED` (value: `"DELETED"`)

* `NOT_EXIST` (value: `"NOT_EXIST"`)

* `NOT_SUPPORTED` (value: `"NOT_SUPPORTED"`)




