Skip to main content
DELETE
/
agent-profiles
/
{profileId}
/
clear-browser-cache
Clear Browser Cache
curl --request DELETE \
  --url https://odyssey.asteroid.ai/agents/v2/agent-profiles/{profileId}/clear-browser-cache \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

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

Path Parameters

profileId
string<uuid>
required

The ID of the agent profile

Response

The request has succeeded.

message
string
required