action vestorly_logout { label: "logout" description: "Logout of the vestorly platform" provider: vestorly method: DELETE path: "/sessions/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } vestorly_auth: { type: "string" } } required: ["id", "vestorly_auth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }