action zoomconnect_delete_api_rest_v1_messages_message_id { label: "delete" description: "Deletes a message" provider: zoomconnect method: DELETE path: "/api/rest/v1/messages/{messageId}" encoding: json input: { type: "object" properties: { messageId: { type: "string" } } required: ["messageId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }