v1

latestSwagger 2.02026-07-134146194.6 MB
Templates

Deletes a page from a document in an template.

Deletes a page from a document in a template based on the page number.

delete/v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages/{pageNumber}

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

documentIdstring required

The unique ID of the document within the envelope.

Unlike other IDs in the eSignature API, you specify the documentId yourself. Typically the first document has the ID 1, the second document 2, and so on, but you can use any numbering scheme that fits within a 32-bit signed integer (1 through 2147483647).

Tab objects have a documentId property that specifies the document on which to place the tab.

pageNumberstring required

The page number being accessed.

templateIdstring required

The ID of the template.

Request body

passwordstring

The user's password.

This property is used only when adding a new user via a Users: create request. The value must conform to the password rules defined in the account Security Settings.

This property is not returned by GET requests and cannot be updated via PUT requests.

rotatestring

Sets the direction the page image is rotated. The possible settings are: left or right

Response

Successful response.