Delete Client Matters
Deletes a list of client matters from Harvey, preventing them from being associated with any future queries. If a client matter does not exist or is already deleted, it will be skipped.
Deleting a Client Matter does not delete historical queries associated with that Client Matter, nor does it remove the Client Matter from those historical queries. Users and Admins can update the Client Matter associated with a previous query in the Dashboard.
Documentation Index
Fetch the complete documentation index at: https://developers.harvey.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permissions
RequiresClient matters admin permission.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
A list of client matter names to delete.
10000["123-45", "456-78"]Response
The number of successfully deleted client matters and the number of failures.