---
title: "Delete a signer attachment request"
method: DELETE
path: "/e-signature-packages/{eSignaturePackageId}/signers/{signerId}/attachment-requests/{id}"
tags: ["Signers - Attachment Requests"]
---

# Delete a signer attachment request

`DELETE /e-signature-packages/{eSignaturePackageId}/signers/{signerId}/attachment-requests/{id}`

This operation is only valid when the eSignature package is in the `DRAFT`, `SENT`, `SCHEDULED`, `ACTIVE`, or `LIVE_EDITING` statuses, and the signer hasn't SIGNED.

## 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)
