Delete a model response by ID
Permanently removes a stored response from the provider's servers. Returns true if deletion was successful.
Future<bool> deleteResponse(String responseId);