Delete Client Matters
Delete
Delete Client Matters
Deletes a list of client matters from CouncilGPT, preventing them from being associated with any future queries. If a client matter does not exist or is already deleted, it will be skipped.
DELETE
Delete Client Matters
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A list of client matter names to delete.
Maximum array length:
10000Example:
["123-45", "456-78"]Response
The number of successfully deleted client matters and the number of failures.