remove

removes the specified file from the queue

void remove(string id);
idstringthe id of the file

Example

vault.data.remove("file_id");

See also
Back to top