# How to Suspend Certificates

## Certificate Suspension Workflow

<figure><img src="https://2562258420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl6m0NhgP8h5hkr3DES7R%2Fuploads%2FOVHSC5XIGZXPZPOQ0OpS%2FScreenshot%202023-02-16%20at%2010.39.45%20AM.png?alt=media&#x26;token=4b472363-2038-4055-9a55-55f5ad9f9cc7" alt=""><figcaption></figcaption></figure>

For suspension services, the end date is required in the payload request body.

### Step 1: Initiate Certificate Suspension&#x20;

* **Request method:** POST
* **Request URL:** {{baseUrl}}/vc-certification/v1/certificate/revoke

#### Request Body

```
{
    "certificateId": "614894628867",
    "entityName": "HealthProfessional_1",
    "endDate": "2023-12-31T05:03:01.749Z" 
}
```

#### Response Json

```
{
    "message": "Certificate Revoked",
    "certificateRevokeResponse": {
        "id": "sunbird-rc.registry.create",
        "ver": "1.0",
        "ets": 1674746120028,
        "params": {
            "resmsgid": "",
            "msgid": "5006f959-7251-4694-9138-566bc0b6a873",
            "err": "",
            "status": "SUCCESSFUL",
            "errmsg": ""
        },
        "responseCode": "OK",
        "result": {
            "RevokedVC": {
                "osid": "1-039d8e4f-5014-4cb3-9a17-ede4c45877cd"
            }
        }
    }
}
```

Step 2: Verify the Suspended Certificate&#x20;

* Enter the URL: [{{baseUrl}}/verification-app/](http://3.7.57.244/verification-app/)
* Click on Scan QR code.

<figure><img src="https://2562258420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl6m0NhgP8h5hkr3DES7R%2Fuploads%2FGrHh2s5Iku3W9nAxiAXV%2FScreenshot%202023-02-16%20at%2011.48.49%20AM.png?alt=media&#x26;token=73a89030-8ffe-43f5-9738-b98bccc5f1e4" alt=""><figcaption></figcaption></figure>

<br>

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*
