action yodlee_unregister { label: "Delete User" description: "The delete user service is used to delete or unregister a user from Yodlee.
Once deleted, the information related to the users cannot be retrieved.
The HTTP response code is 204 (Success without content)
" provider: yodlee method: DELETE path: "/user/unregister" encoding: json output: { type: "object" additionalProperties: true } }