Skip to main content
DELETE
/
api
/
v1
/
agent-files
/
{agent_id}
/
files
/
{file_id}
Delete Agent File
curl --request DELETE \
  --url https://agent-studio.thena.ai/api/v1/agent-files/{agent_id}/files/{file_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid> | null
required
file_id
string<uuid>
required

Response

Successful Response