delete method
Implementation
@override
GOAPICommand delete(String path) {
return GODefaultAPICommand(
method: "DELETE",
uri: endpoint(path),
);
}
@override
GOAPICommand delete(String path) {
return GODefaultAPICommand(
method: "DELETE",
uri: endpoint(path),
);
}