action slicebox_post_users_logout { label: "post_users_logout" description: "Logout the current user by responding with a delete cookie header removing the session cookie for this user." provider: slicebox method: POST path: "/users/logout" encoding: json output: { type: "object" additionalProperties: true } }