cURL
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" }
Deletes the specified agent profile
The ID of the agent profile
Agent profile deleted successfully
The response is of type object.
object