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": "c516c8d6-c92a-4d73-bf1e-deb374d2b6fb" }
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.