deleteById method

  1. @override
Future<UserPasswordV1> deleteById (
  1. String correlationId,
  2. String id
)
inherited

Deleted a data item by it's unique id.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • id an id of the item to be deleted Return Future that receives deleted item Throws error.