cURL
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>'
Delete a context file for an agent by file key.
The unique identifier of the agent
The unique key of the context file to delete
Context file deleted successfully