- Introduction
- Getting Started with our APIs
- Pagination
- Authorization
- Access control
- Authentication provider
- Interaction hook
- Claims source
- Issuance
- getRequest authorization for access to resources
- postExchange authorization code for access token
- postIssue a verifiable credential
- postCreate an Authorization Code credential offer
- getRetrieve OpenID4VCI issuer metadata
- postCreate a Pre-Authorized Code credential offer
- delDelete a Pre-authorized Code credential offer
- Users
Delete mDoc metadata
Deletes all stored data for an existing mDoc that matches the provided ID.
Removed credential data cannot be recovered.
Analytic events
- USER_CREDENTIAL_DELETE_START
- USER_CREDENTIAL_DELETE_SUCCESS
- USER_CREDENTIAL_DELETE_FAIL
Roles: ["admin","issuer"]
SecuritybearerAuth
Responses
204
mDoc metadata deleted
400
Invalid id parameter format
404
Not Found. The specified resource was not found.
delete/v2/credentials/mobile/{id}
Request samples
- curl
- Node.js
- JavaScript
- Python
- C#
- Java
Response samples
- 400
- 404
application/json
{- "code": "string",
- "message": "string",
- "details": [
- {
- "value": "string",
- "msg": "Invalid value",
- "param": "id",
- "location": "body"
}
]
}