MATTR VII PlatformDocument signers
Delete a Document Signer
Deletes an existing Document Signer by providing its ID.
Only available in implementations using unmanaged (external) IACAs.
Analytics Events
MOBILE_CREDENTIAL_DOCUMENT_SIGNER_DELETE_STARTMOBILE_CREDENTIAL_DOCUMENT_SIGNER_DELETE_SUCCESSMOBILE_CREDENTIAL_DOCUMENT_SIGNER_DELETE_FAIL
Roles
adminissuer
DELETE
/v2/credentials/mobile/document-signers/{documentSignerId}
AuthorizationBearer <token>
In: header
Path Parameters
documentSignerIdstring
Document Signer ID
Format
uuid
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/mobile/document-signers/d2c9f2aa-fc69-4fbc-9b85-0c00591d72f6"
Empty
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?