action clickmeter_account_delete_domain_whitelist { label: "Delete an domain entry" provider: clickmeter method: DELETE path: "/account/domainwhitelist/{whitelistId}" encoding: json input: { type: "object" properties: { whitelistId: { type: "string" } } required: ["whitelistId"] additionalProperties: false } output: { type: "object" properties: { id: { type: "string" } name: { type: "string" } } } }