cURL
curl --request DELETE \ --url https://example.com/v1/api/data/v1/data-files/{dataFileId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{}
Permanently deletes a File from your instance by ID.
Domo Developer Token for authentication (Assumed based on similar APIs).
The id of the file you wish to delete.
OK. File deleted successfully.
An empty object indicating success.