Skip to content

Commit 43fb1a9

Browse files
Rename batch delete to just delete
1 parent 60474f0 commit 43fb1a9

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed

Java/Endpoint Examples/JSON Payload/BatchDelete.java renamed to Java/Endpoint Examples/JSON Payload/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import okhttp3.*;
55
import org.json.JSONObject;
66

7-
public class BatchDelete {
7+
public class Delete {
88

99
// By default, we use the US-based API service. This is the primary endpoint for global use.
1010
private static final String API_URL = "https://api.pdfrest.com";

Java/Endpoint Examples/Multipart Payload/BatchDelete.java renamed to Java/Endpoint Examples/Multipart Payload/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import okhttp3.*;
55
import org.json.JSONObject;
66

7-
public class BatchDelete {
7+
public class Delete {
88

99
// By default, we use the US-based API service. This is the primary endpoint for global use.
1010
private static final String API_URL = "https://api.pdfrest.com";

0 commit comments

Comments
 (0)