Skip to content

Delete File

DELETE
/api/v3/organizations/{organisation}/ai/files/{fileId}

Deletes a file from S3 storage.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

fileId
required
string format: uuid

The file ID

Responses

200

File deleted successfully

object
message
string
File deleted
fileId
string format: uuid

403

Access denied

404

File not found

500

Failed to delete file