action zoomconnect_delete_api_rest_v1_contacts_contact_id { label: "delete" description: "Deletes a contact" provider: zoomconnect method: DELETE path: "/api/rest/v1/contacts/{contactId}" encoding: json input: { type: "object" properties: { contactId: { type: "string" } } required: ["contactId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }