Perpetual Token revoke

Once we approve the locker setup request we get the perpetual token in webhook response(v0.5/users/auth/notify) but is there an api to revoke the perpetual token which we receive? From past couple of days I’m getting the below response on the webhook(v0.5/users/auth/notify):
{
“requestId”: “6c43fa45-2bdb-4b6e-b331-6d724eb25504”,
“timestamp”: “2023-03-21T14:40:29.203641”,
“auth”: {
“transactionId”: “d5c624d0-c650-45ba-81c4-174c1fe83763”,
“status”: “REVOKED”,
“accessToken”: null,
“validity”: {
“purpose”: “LINK”,
“requester”: {
“type”: “XXXXX_LOCKER”,
“id”: “XXXX-locker”,
“name”: null
},
“expiry”: null,
“limit”: 0
},
“patient”: null
}
}
Can someone help here?

Hi @BushraKhan please refer to below link for reference
https://sandbox.abdm.gov.in/swagger/ndhm-bridge.yaml

Thanks

@Ramandeep1, But in this link I found revoke functionality only for subscription not for perpetual token. Can you point me to the exact api if I’m missing

@Ramandeep1
@BushraKhan
hi good morning
can u please help me how to generate the PerpetualToken in these url : /cm/locker-requests/approve

can u please help me in these url