mDocs metadata

Specifies paths and operations for managing mDocs credentials.

Delete mDoc metadata

Deletes all stored data for an existing mDoc that matches the provided ID.

Removed credential data cannot be recovered.

Analytic events

  • USER_CREDENTIAL_DELETE_START
  • USER_CREDENTIAL_DELETE_SUCCESS
  • USER_CREDENTIAL_DELETE_FAIL
Roles: ["admin","issuer"]
SecuritybearerAuth
Request
path Parameters
id
required
string

mDoc ID

Responses
204

mDoc metadata deleted

400

Invalid id parameter format

404

Not Found. The specified resource was not found.

delete/v2/credentials/mobile/{id}
Request samples
Response samples
application/json
{
  • "code": "string",
  • "message": "string",
  • "details": [
    ]
}