cURL
curl --request DELETE \ --url https://{instance}.domo.com/api/data/v1/data-files/{dataFileId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{}
Permanently deletes a File from your instance by ID.
Documentation IndexFetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.