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.
ℹ️ Note: Removed credential data cannot be recovered.
Analytics Events
CREDENTIAL_WEB_SEMANTIC_DELETE_STARTCREDENTIAL_WEB_SEMANTIC_DELETE_SUCCESSCREDENTIAL_WEB_SEMANTIC_DELETE_FAIL
Roles
adminissuer
DELETE
/v2/credentials/web-semantic/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Credential ID
Response Body
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?