action kumpeapps_auth_appkey_put { label: "Deactivate app key" description: "Pass your app key to deactivate the key" provider: kumpeapps method: PUT path: "/authentication/appkey" encoding: json input: { type: "object" properties: { app_key: { type: "string" } } required: ["app_key"] additionalProperties: false } output: { type: "object" properties: { success: { type: "boolean" } } } }