action yodlee_user_logout { label: "User Logout" description: "Deprecated: This endpoint is deprecated for API Key-based authentication. The user logout service allows the user to log out of the application.
The service does not return a response body. The HTTP response code is 204 (Success with no content).
" provider: yodlee method: POST path: "/user/logout" encoding: json output: { type: "object" additionalProperties: true } }