action whatsapp_delete_media { label: "Delete-Media" provider: whatsapp method: DELETE path: "/media/{MediaId}" encoding: json input: { type: "object" properties: { MediaId: { type: "string" } } required: ["MediaId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }