> For the complete documentation index, see [llms.txt](https://emca.emudhra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emca.emudhra.com/previous-release-versions/v4.0.13/user-manual/view-ca-hierarchy/delete-certificates-and-key-pair.md).

# Delete Certificates & Key Pair

Delete of Root / CA certificates along with key pairs available in HSM or any other device can be done by using this option. This option is available only to administrators.

<figure><img src="/files/nGqVNSkIkyX7GGhnt994" alt=""><figcaption></figcaption></figure>

Click the "Delete" button located above each certificate's details (as shown in figure above) to display a caution message (as shown in the figure below).

<figure><img src="/files/7kDtW8gTEVeevyL2kMA9" alt=""><figcaption></figcaption></figure>

After opening the message, click the "Delete" button to display a window like the one shown in the figure below.

<figure><img src="/files/7yn7ytgKh6j2Nh0GamMO" alt=""><figcaption></figcaption></figure>

Authenticate with your email ID and Token PIN. Click the Delete button to remove the certificate from your device.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://emca.emudhra.com/previous-release-versions/v4.0.13/user-manual/view-ca-hierarchy/delete-certificates-and-key-pair.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
