light-mode-image
Learn
MATTR VII PlatformJSON

Delete credential data

Deletes all stored data for an existing credential that matches the provided ID. If the credential is revocable, it will also be permanently revoked.

Removed credential data cannot be recovered.

Analytics Events

CREDENTIAL_WEB_SEMANTIC_DELETE_STARTCREDENTIAL_WEB_SEMANTIC_DELETE_SUCCESSCREDENTIAL_WEB_SEMANTIC_DELETE_FAIL

Roles

adminissuermanaged-issuer
DELETE/v2/credentials/web-semantic/{id}

Authorization

bearerAuth

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Credential ID

Response Body

application/json

application/json

curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/web-semantic/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?