Delete a feed file

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

What this endpoint does

Deletes a file from the Fusion file system by path. This applies to files in your organization's directories — public Recorded Future-managed files under /public/ are not deletable. Verify a file exists first using Fusion Files: Stat or list directory contents with Fusion Files: List Directory. Path values must be URL-encoded (forward slashes become %2F).

Response data

Returns a simple confirmation on success. Be aware that Fusion flows depending on the deleted file may break — there is no dependency check before deletion.

Path Params
string
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

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json