DELETE /issuer/did/{did}
To delete Issuer’s DID.
{{baseUrl}}/issuer/did/:did
Headers:
X-API-Key: {{apiKey}}
Params: Path Variables:
did: Pass the Issuer's DID to be deleted.
Click Send
and wait for the response.
Sample Response Body:
{
"success": true,
"data": true,
"message": "Issuer did - did:earthid:testnet:BkDf8WQC7A7qRjnLqahSAhkZpxKGHxaubxJYkeLU4DgQ;earthid:testnet:fid=0.0.3909689 has been deleted"
}