light-mode-image
Learn
MATTR VII PlatformMetadata

Delete mDoc metadata

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

Removed credential data cannot be recovered.

Analytics Events

USER_CREDENTIAL_DELETE_STARTUSER_CREDENTIAL_DELETE_SUCCESSUSER_CREDENTIAL_DELETE_FAIL

Roles

adminissuer
DELETE/v2/credentials/mobile/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

mDoc ID

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/mobile/string"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?