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": "52e38a2f-ab9b-47ba-8da8-912075471929" }
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.