MATTR VII PlatformSemantic CWT
Delete Semantic CWT credential metadata
Deletes all credential metadata from the tenant for a specific credential by providing its ID. If the credential was set to be revocable, it will be permanently revoked upon metadata deletion.
Note that only metadata of revocable credentials or credentials issued via the OpenID4VCI flow is saved.
ℹ️ Note: Deleted metadata cannot be recovered.
Roles
adminissuer
DELETE
/v2/credentials/compact-semantic/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Credential ID
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/compact-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?