# 7. Deleting Document

After obtaining the [signed PDF document](/feature-guides/signature-integration-guide/digital-signature-single-document/signing-guide/untitled/4.-obtaining-the-signed-document.md), the document signature portal sends the following message to UAEPASS to delete the document signature process used.&#x20;

## Delete Document Signature

<mark style="color:red;">`DELETE`</mark> `stg-id.uaepass.ae:443/trustedx-resources/esignsp/v2/signer_processes/`

/trustedx-resources/esignsp/v2/signer\_processes/sp\_c4eed0a1f478f72454803695d53c4c52

#### Headers

| Name          | Type   | Description     |
| ------------- | ------ | --------------- |
| Authorization | string | Bearer \<token> |

{% tabs %}
{% tab title="204 UAEPASS deletes the document signature process and responds with the following message" %}

```
No content
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uaepass.ae/feature-guides/signature-integration-guide/digital-signature-multiple-document/signing-guide/untitled/5.-deleting-the-document-signature-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
