action inboxroute_delete_contacts_contactid { label: "delete_contacts_contactid" description: "Delete an existing contact" provider: inboxroute method: DELETE path: "/contacts/{contactid}" encoding: json input: { type: "object" properties: { contactid: { type: "string" } } required: ["contactid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }