action thesmsworks_delete_messages_messageid { label: "delete_messages_messageid" description: "Delete the message with the mathcing messageid" provider: thesmsworks method: DELETE path: "/messages/{messageid}" encoding: json input: { type: "object" properties: { messageid: { type: "string" } } required: ["messageid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }