---
title: "Delete multiple entry pads in a document"
method: POST
path: "/e-signature-packages/{eSignaturePackageId}/documents/{documentId}/entry-pads/actions/bulk-delete"
tags: ["Documents - Entry Pads - Actions"]
---

# Delete multiple entry pads in a document

`POST /e-signature-packages/{eSignaturePackageId}/documents/{documentId}/entry-pads/actions/bulk-delete`

Delete an entry pad in the document, which must be in either `DRAFT` or `LIVE_EDITING` statuses, or in LIVE with live editing.

## Request body

- object
  - `ids` string[]

## Response `200`

Returns an object with a deleted parameter on success. If the id does not exist, returns an error.

- GenericResponseDelete[]
  - `id` string
  - `delete` boolean

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
