Skip to main content
DELETE
/
agent-profiles
/
{profileId}
Delete Agent Profile
curl --request DELETE \
  --url https://odyssey.asteroid.ai/agents/v2/agent-profiles/{profileId} \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "code": 400,
  "message": "<string>"
}

Authorizations

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

Path Parameters

profileId
string<uuid>
required

The ID of the agent profile

Response

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