Delete Online Statement User Disclosure
Loading...
API endpoint path: /db-disclosures/v1/institution-user-disclosures
Deletes the user’s online statement (OLS) disclosure enrollment for a specific account by removing the associated OLS disclosure record.
Use this endpoint to:
- Remove a user’s online statement (OLS) disclosure enrollment for a specific account.
- Revoke account‑level acceptance of online statements when the user opts out.
- Support user or operational flows that require discontinuing OLS for an account.
Behavior and capabilities:
- Supports deletion only for online statement disclosures (
institutionDisclosureName = OLS). - Requires
accountIdin the request body and a validaccountTypequery parameter. - Deletes the corresponding user disclosure record for the specified account.
- Validates institution customer context for Business Banking users and derives customer context from the access token for retail users.
Request
Responses
- 204
- 400
- 401
- 500
- 501
No content
Bad Request
Unauthorized
Internal Server Error
Not Implemented