DELETE
/
agent-profiles
/
{profile_id}
Delete an agent profile
curl --request DELETE \
  --url https://odyssey.asteroid.ai/api/v1/agent-profiles/{profile_id} \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "message": "Agent profile deleted successfully"
}

Authorizations

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

Path Parameters

profile_id
string<uuid>
required

The ID of the agent profile

Response

200
application/json

Agent profile deleted successfully

The response is of type object.