abstract fun deleteCredential(agent: Agent, recordId: String): Completable
Deletes the credential record with the given identifier from the agent's wallet. If the credential protocol is past the "issued" state, the credential stored with Indy is also deleted.
agent
- to delete the record for.
Return
the completable instance