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
NameDescriptionTypeAdditional information
UserInstitutionID

Guid-type ID of the UserInstitution.

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserInstitutionID": "39489c94-f49c-4e17-b3ed-98a772ffc12e"
}

application/xml, text/xml

Sample:
Coming soon.

Response Information

Resource Description

TransmitStatusEnums

Response Formats

application/json, text/json

Sample:
0

application/xml, text/xml

Sample:
Coming soon.