You are here

deleteNode

public void deleteNode(Node node) throws SkyVaultServiceException deletes the specified object. Any child nodes will also be deleted.

Parameters

Node node
The node to delete.

Returns

void

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example