action yodlee_cobrand_logout { label: "Cobrand Logout" description: "The cobrand logout service is used to log out the cobrand.
This service does not return a response. The HTTP response code is 204 (Success with no content).
Note: This endpoint is deprecated for customers using the API Key-based authentication and is applicable only to customers who use the SAML-based authentication.
" provider: yodlee method: POST path: "/cobrand/logout" encoding: json output: { type: "object" additionalProperties: true } }