action velopayments_logout { label: "Logout" description: "
Given a valid access token in the header then log out the authenticated user or client
\nWill revoke the token
\n" provider: velopayments method: POST path: "/v1/logout" encoding: json output: { type: "object" additionalProperties: true } }