Pria UI now available in Dark mode !
cURL
curl --request PUT \ --url http://localhost:3000/api/admin/accountInstitution/{id} \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "institution": "<string>", "account": "<string>" } '
{ "success": true, "message": "User institution deleted successfully" }
Updates the relationship between an account and institution
JWT token passed in x-access-token header
Account Institution ID
Institution ID
Account ID
Account institution updated successfully
true
Success message
"User institution deleted successfully"
Was this page helpful?