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