v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
File

Delete a feed file

Remove a file from your organization's Fusion file system by path (public Recorded Future-managed files cannot be deleted).

delete/files/{path}

Path parameters

pathstring required

File path. Special characters may be required to be URL encoded depending on which HTTP client is used.

For example, the path '/public/risklists/default_ip_risklist.csv' would be URL encoded as '%2Fpublic%2Frisklists%2Fdefault_ip_risklist.csv' where the '/' character is encoded as '%2F'. See an HTML URL Encoding Reference for the full encoding table.

Response

Result of operation

resultstring

Result of operation

Example response

{
  "result": "ok"
}