Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.artaios.ai/api/v1/agent/550e8400-e29b-41d4-a716-446655440000/ \ -H "x-api-key: YOUR_API_KEY"
import requests response = requests.delete( "https://api.artaios.ai/api/v1/agent/550e8400-e29b-41d4-a716-446655440000/", headers={"x-api-key": "YOUR_API_KEY"} )
const response = await fetch('https://api.artaios.ai/api/v1/agent/550e8400-e29b-41d4-a716-446655440000/', { method: 'DELETE', headers: { 'x-api-key': 'YOUR_API_KEY' } });
204 No Content