I am not able to delete the ABHA number. I am following the below process.
Step 1 - The API from which the otp is generated. - https://healthidsbx.abdm.gov.in/api/v1/auth/authWithMobile
Payload - {
“healthid”: “sadasd@sbx”
}
Step 2- Delete the account using mobile otp.
https://healthidsbx.abdm.gov.in/api/v2/account/profile/delete
Payload Note - OTP has been converted to RSA Encrypt
{
“authMethod”: “MOBILE_OTP”,
“otp”:“MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTyJY5OzggkkiPJE5TlPV9lJPs gWyhQ8gc/FwZbtyD9gTqD+Wn9SWchRABDyeWxSp6BGV6DuDTxC2MFxYfKDx6cXr7 gx2tfIiY/J5MWhtl1Y8L0+8YpHQb/eXIiiTFV6hpXFPzcOXMkHWyo+5PQJVfkyTU Ao2BWZxynuFRgYCYQQIDAQAB”,
“password”: “********”,
“reactivationDate”: “28/7/2022”,
“reasons”: “Official requirement”,
“txnId”: “2754a6f6-432b-4eae-a29e-0dd64a6e9e64”
}
Error -
{
“code”: “HIS-500”,
“message”: “An unexpected error has occured. Please try again in sometime.”,
“details”: null
}