Skip to content

Commit 43fb1a9

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

12 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

DotNET/Endpoint Examples/Multipart Payload/batch-delete.cs renamed to DotNET/Endpoint Examples/Multipart Payload/delete.cs

File renamed without changes.

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";

JavaScript/Endpoint Examples/JSON Payload/batch-delete.js renamed to JavaScript/Endpoint Examples/JSON Payload/delete.js

File renamed without changes.

JavaScript/Endpoint Examples/Multipart Payload/batch-delete.js renamed to JavaScript/Endpoint Examples/Multipart Payload/delete.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Python/Endpoint Examples/Multipart Payload/batch-delete.py renamed to Python/Endpoint Examples/Multipart Payload/delete.py

File renamed without changes.

0 commit comments

Comments
 (0)