Skip to main content
DELETE
Delete Client Matters

Permissions

Requires Client matters admin permission.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
client_matters
string[]
required

A list of client matter names to delete.

Maximum array length: 10000
Example:

Response

The number of successfully deleted client matters and the number of failures.

success_count
integer

The total amount of client matters that were successfully deleted.

Example:

1

failed
string[]

A list of cm_names that failed to delete. If all deletions were successful, you will receive an empty array.

Example: