Removing Data
The remove command requires the data ID and user_key parameters:
(status, msg) = server.remove(data_id, user_key)
Please, note that the data is irrecoverable after removed.
Only the user that included the data can delete it.
The remove command requires the data ID and user_key parameters:
(status, msg) = server.remove(data_id, user_key)
Please, note that the data is irrecoverable after removed.
Only the user that included the data can delete it.