API ReferenceVerifier applications
Delete a verifier application
DELETE
/v2/presentations/applications/{verifierApplicationId}Deletes an existing verifier application. Once deleted, any associated application instances will no longer be able to interact with the MATTR VII platform.
Roles
adminverifier
Analytics Events
PRESENTATION_VERIFIER_APPLICATION_DELETE_STARTPRESENTATION_VERIFIER_APPLICATION_DELETE_SUCCESSPRESENTATION_VERIFIER_APPLICATION_DELETE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
verifierApplicationId*string
Unique identifier for the verifier application.
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/v2/presentations/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
How would you rate this page?
Update verifier application PUT
Updates an existing mDocs online verifier application.
Retrieve all registered verifier application instances GET
Retrieves all registered instances of a verifier application. This can be used by application owners to view all registered instances for a given verifier application.