deleteFromParentId

suspend fun deleteFromParentId(namespace: Namespace, parentObjectId: String)

Deletes all the elements at namespace with parent an element with id parentObjectId.

Author

Arnau Mora

Since

20220316

Parameters

namespace

The namespace of the elements to delete.

parentObjectId

The id of the parent element.