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
DeleteUserInstitutionParamsName | Description | Type | Additional information |
---|---|---|---|
UserInstitutionID |
Guid-type ID of the UserInstitution. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserInstitutionID": "72d1d1a9-4145-4615-8314-b80b704f0551" }
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.