action combell_delete_database { label: "Delete a mysql database" provider: combell method: DELETE path: "/mysqldatabases/{databaseName}" encoding: json input: { type: "object" properties: { databaseName: { type: "string" } database_name: { type: "string" description: "Name of the database." } } required: ["databaseName", "database_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }