action turbinelabs_delete_domain_domain_key { label: "delete domain" description: "Delete an existing domain" provider: turbinelabs method: DELETE path: "/domain/{domainKey}" encoding: json input: { type: "object" properties: { checksum: { type: "string" } domainKey: { type: "string" } } required: ["checksum", "domainKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }