POST api/UserInstitution/DeleteUserInstitution
Delete a UserInstitution. Note: all of the UserInstitutionAccounts under the UserInstitution, as well as Transactions under these accounts will be deleted as well.
Request Information
URI Parameters
None.
Body Parameters
DeleteUserInstitutionParams| Name | Description | Type | Additional information |
|---|---|---|---|
| UserInstitutionID |
Guid-type ID of the UserInstitution. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserInstitutionID": "065da592-8477-4dca-adb0-600e2c80f4ab"
}
application/xml, text/xml
Sample:
Coming soon.
Response Information
Resource Description
TransmitStatusEnumsResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
Coming soon.