action callfire_delete_do_not_contact { label: "Delete do not contact (dnc) number. If number contains commas treat as list of numbers" description: "Delete a Do Not Contact (DNC) contact entry." provider: callfire method: DELETE path: "/contacts/dncs/{number}" encoding: json input: { type: "object" properties: { number: { type: "string" } } required: ["number"] additionalProperties: false } output: { type: "object" additionalProperties: true } }