action whatsapp_delete_user { label: "Delete-User" provider: whatsapp method: DELETE path: "/users/{UserUsername}" encoding: json input: { type: "object" properties: { UserUsername: { type: "string" } } required: ["UserUsername"] additionalProperties: false } output: { type: "object" } }