MATTR VII PlatformmDocs credential configuration
Delete an mDocs configuration
Deletes an existing mDocs configuration by providing its ID.
Analytics Events
MOBILE_CREDENTIAL_CONFIGURATION_DELETE_STARTMOBILE_CREDENTIAL_CONFIGURATION_DELETE_SUCCESSMOBILE_CREDENTIAL_CONFIGURATION_DELETE_FAIL
Roles
adminissuer
DELETE
/v2/credentials/mobile/configurations/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
mDocs configuration ID
Format
uuid
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/mobile/configurations/3948c40e-6e19-4ffc-933c-91f643f24264"
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?