Delete Issuer Profile
This Delete a issuer profile using method. The weightage for this API is 10
API Specification
Delete Issuer Profile
POST https://api.krypcore.com/api/v0/did/deleteIssuerDid
Delete Issuer Profile under the given instance.
Headers
Name
Type
Description
Authorization*
String
User Auth Key obtained from Dash
DappId*
String
DappId
Request Body
Name
Type
Description
did*
String
DID key from the dashboard
{
"Data": null,
"Message": "Issuer Profile Deleted",
"Status": "SUCCESS"
}Take a look at how you might call this method using our official libraries, or via curl:
Last updated
Was this helpful?