action whatsapp_delete_group_invite { label: "Delete-Group-Invite" provider: whatsapp method: DELETE path: "/groups/{GroupId}/invite" encoding: json input: { type: "object" properties: { GroupId: { type: "string" } } required: ["GroupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }