action thesmsworks_delete_messages_schedule_messageid { label: "delete_messages_schedule_messageid" description: "Cancels a scheduled SMS message" provider: thesmsworks method: DELETE path: "/messages/schedule/{messageid}" encoding: json input: { type: "object" properties: { messageid: { type: "string" } } required: ["messageid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }