action combell_delete_subsite { label: "Delete a subsite" provider: combell method: DELETE path: "/linuxhostings/{domainName}/subsites/{siteName}" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name." } siteName: { type: "string" } site_name: { type: "string" description: "Name of the site on the linux hosting." } } required: ["domainName", "domain_name", "siteName", "site_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }