Remove Note on DID #

/user/dids/note/remove

Full Url

Arguments

  • token (required)
  • did_id (required)

Info

Removes the note applied to a given did.

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully removed DID note"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not remove DID note"
}
{
"code": 400,
"status": "error",
"data": "Invalid did id"
}