- Introduction
- Getting Started with our APIs
- Pagination
- Authorization
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
SecuritybearerAuth
Responses
204
mDoc metadata deleted
400
Invalid id parameter format
404
mDoc 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"
}
]
}