Interface DeleteRequest<T>

Type Parameters:
T - Defines the return type of the request.
All Superinterfaces:
Request<T>
All Known Implementing Classes:
DeleteConnector

public interface DeleteRequest<T>
extends Request<T>
Defines interface for DELETE requests.