---
title: "Delete a credential offer session"
method: DELETE
path: "/backend/credential/offers/{correlation_id}"
tags: ["Backend"]
---

# Delete a credential offer session

`DELETE /backend/credential/offers/{correlation_id}`

Removes all state associated with the credential-offer session identified by its
`correlation_id`. Use it to clean up after the session completes, after it times out, or to
cancel an outstanding offer. Returns `204 No Content` on success.

## Response `204`

Credential offer session state removed successfully.

## Other responses

- `401` — Missing or invalid bearer credentials.
- `404` — Credential offer session not found.
- `500` — Error removing the credential offer session.

---

[API](https://skmtc.dev/sphereon-opensource/apis/oid4vci-issuer-session-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/oid4vci-issuer-session-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/oid4vci-issuer-session-api/revisions/783fa4e91b82/schema)
