Skip to main content
DELETE
/
agents
/
{agentId}
/
shared-files
/
{fileId}
Delete Agent Shared File
curl --request DELETE \
  --url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/shared-files/{fileId} \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
"File not found."

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Path Parameters

agentId
string<uuid>
required
fileId
string<uuid>
required

Response

There is no content to send for this request, but the headers may be useful.