action callfire_delete_do_not_contacts_by_source { label: "Delete do not contact (dnc) numbers contained in source." description: "Delete Do Not Contact (DNC) contact entries contained in source." provider: callfire method: DELETE path: "/contacts/dncs/sources/{source}" encoding: json input: { type: "object" properties: { source: { type: "string" } } required: ["source"] additionalProperties: false } output: { type: "object" additionalProperties: true } }