MATTR VII PlatformJSON
Delete a presentation template
Deletes an existing presentation template by its ID.
Analytic events
- PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_START
- PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_SUCCESS
- PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_FAIL
DELETE
/v2/credentials/web-semantic/presentations/templates/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Presentation template ID
Response Body
application/json
application/json
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?