Lychee AILychee AI
AI Model APIUnimplementedFiles

Delete File (Unimplemented)

This interface is not yet implemented

DELETE
/v1/files/{file_id}

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer Token authentication. Format: Authorization: Bearer sk-xxxxxx

In: header

Path Parameters

file_id*string

Response Body

application/json

curl -X DELETE "https://lizh.ai/v1/files/string"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

How is this guide?

Last updated on