files

Delete a file

Removes a file from the org's library: the stored object and the library entry, including its delivery history. Copies already delivered to phones are not affected (they are wiped when the phone is released).

delete/files/{file_id}

Path parameters

file_idstring uuid required

file identifier to delete

file identifier to delete

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

messagestring required

Example response

{
  "$schema": "/api/v1/DeleteFileOutputBody.json"
}

Changes