cURL
curl --request DELETE \ --url https://dash.empirical.run/api/files/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "result": { "success": true } } }
Deletes a file and removes it from storage.
API key from the Empirical dashboard.
File ID.
-9007199254740991 <= x <= 9007199254740991
Deletion result.
Show child attributes
Was this page helpful?