Skip to main content
DELETE
/
context
/
agent
/
{agentId}
/
file
/
{fileKey}
Delete Context File
curl --request DELETE \
  --url https://api.beamstudio.ai/context/agent/{agentId}/file/{fileKey} \
  --header 'current-workspace-id: <current-workspace-id>' \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Headers

current-workspace-id
string
required

Path Parameters

agentId
string
required

The unique identifier of the agent

fileKey
string
required

The unique key of the context file to delete

Response

200

Context file deleted successfully