---
title: "Set the status of an offer or the verifiable credential associated with the id."
method: PATCH
path: "/management/api/credentials/{credentialManagementId}/status"
tags: ["Credential API"]
---

# Set the status of an offer or the verifiable credential associated with the id.

`PATCH /management/api/credentials/{credentialManagementId}/status`

## Path parameters

- `credentialManagementId` string, uuid, required

## Query parameters

- `credentialStatus` 'CANCELLED' | 'READY' | 'ISSUED' | 'SUSPENDED' | 'REVOKED', required — Status for the full lifecycle of a verifiable credential. CANCELLED - the VC was revoked before being claimed. READY - Status set by the business issuer to continue the issuance of the credential for the deferred flow SUSPENDED - the VC has been temporarily suspended. To unsuspend change state to issued. REVOKED - the VC has been revoked. This state is final and can not be changed.

## Response `200`

OK

---

[API](https://skmtc.net/swiyu/apis/issuer-service-api.md) · [All operations](https://skmtc.net/swiyu/apis/issuer-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swiyu/issuer-service-api/revisions/3335603aa636/schema)
