deleteResponse abstract method

Future<bool> deleteResponse(
  1. String responseId
)

Delete a model response by ID

Permanently removes a stored response from the provider's servers. Returns true if deletion was successful.

Implementation

Future<bool> deleteResponse(String responseId);