action svix_logout_api_v1_auth_logout_post { label: "Logout" description: "Logout an app token.\n\nTrying to log out other tokens will fail." provider: svix method: POST path: "/api/v1/auth/logout/" encoding: json input: { type: "object" properties: { "idempotency-key": { type: "string" description: "The request's idempotency key" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }