deleteFile

Deletes a stored file.

Example:

if (client.deleteFile("file-api-abc123").deleted) println("gone")

Return

A FileDeleted confirming the outcome

Parameters

fileId

Identifier of the file, of the form file-api-...

Throws

if the API returns a non-2xx status, including when no such file exists