MATTR VII PlatformJSON
Delete a presentation template
Deletes an existing presentation template by its ID.
Analytics Events
PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_STARTPRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_SUCCESSPRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_FAIL
Roles
adminverifier
DELETE
/v2/credentials/web-semantic/presentations/templates/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Presentation template ID
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/web-semantic/presentations/templates/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?