---
title: "Invalidate the cached DID document"
method: DELETE
path: "/identifiers/{did}/document/cache"
tags: ["DocumentCache"]
---

# Invalidate the cached DID document

`DELETE /identifiers/{did}/document/cache`

Drops the cached DID document for the given DID, forcing the next
`GET /identifiers/{did}/document` to re-resolve it from the network/source.

## Parameters

- `./common-components.yml#/components/parameters/CorrelationId` — unresolved $ref

## Response `204`

Cached document invalidated successfully.

## Other responses

- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/did-rest-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/did-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/did-rest-api/revisions/d575fc307e80/schema)
