room::delete_file

Request to delete a file.

{
    "method": "room::delete_file",
    "file": <path>,
}
  • file is the path to the file you want to delete.
Example response
{
    "method": "room::delete_file",
    "file": <path>,
    "status": "success",
}

Last modified September 13, 2024: docs (076b384)