Skip to content

Commit 6ae8702

Browse files
committed
readme mistakes
1 parent f55a327 commit 6ae8702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ merge_result = a2p_client.merge(links_to_pdfs)
203203
pdf_as_file_object = merge_result.download_pdf()
204204
```
205205

206-
**Delete a PDF on Command**
206+
**Delete a PDF on Command with delete(response_id)**
207207

208-
By default, Api2Pdf will automatically delete your PDFs after 24 hours. If you have higher security requirements and need to delete the PDFs at-will, you can do so by calling the `delete(response_id)` method on the Api2Pdf object where `response_id` parameter comes form the responseId attribute in the Api2PdfResponse result.
208+
By default, Api2Pdf will automatically delete your PDFs after 24 hours. If you have higher security requirements and need to delete the PDFs at-will, you can do so by calling the `delete(response_id)` method on the Api2Pdf object where `response_id` parameter comes from the responseId attribute in the Api2PdfResponse result.
209209

210210
```
211211
from api2pdf import Api2Pdf

0 commit comments

Comments
 (0)