Skip to main content

Delete PDF

Purpose 

To delete a particular PDF through a unique document id.

HTTP Request URL

https://{api.office-integrator_domain}/pdfeditor/officeapi/v1/pdf/<document_id>?apikey=<apikey>

Request Parameters

ParameterData TypeDescription
Mandatory Parameters
apikeyStringUniquely identifies the web application in which the PDF editor is integrated.
document_idStringUnique id of the PDF to be deleted.

Sample Request

Copiedhttps://api.office-integrator.com/pdfeditor/officeapi/v1/pdf/d26aa7b8029bf4f8d34c7dd00139392357d12ffcb21c1?apikey=423s*****		

Sample Response

Copied{
    "document_deleted": true
}