Delete trust anchor
Deletes a trust anchor. All trust entities on the deleted trust anchor are also deleted.
Related guide: Trust management
Function
- React Native
- iOS
- Android
deleteTrustAnchor(trustAnchorId: TrustAnchor["id"]): Promise<void>;
func deleteTrustAnchor(anchorId: String) throws
fun `deleteTrustAnchor`(`anchorId`: kotlin.String)
Parameters
anchorId
- Specify the trust anchor to be deleted.
Return value
No value is returned on successful deletion.