Skip to main content
DELETE
/
v1
/
files
/
{id}
Delete File
curl --request DELETE \
  --url https://api.eachlabs.ai/v1/files/{id} \
  --header 'X-API-Key: <api-key>'
{
  "error": "slug parameter is required"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The file id returned by the presign step (the id field of the presign response).

Response

File deleted, or already absent. Empty body.

Last modified on June 4, 2026