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>'

Documentation Index

Fetch the complete documentation index at: https://docs.beam.ai/llms.txt

Use this file to discover all available pages before exploring further.

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