deleteCase

inline suspend fun ConnectCasesClient.deleteCase(crossinline block: DeleteCaseRequest.Builder.() -> Unit): DeleteCaseResponse

The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:

  • Retrieve related items

  • Access audit history

  • Perform any operations that require the CaseID

This action is irreversible. Once you delete a case, you cannot recover its data.