Backend API
cURL
curl --request DELETE \ --url https://api.wacht.dev/ai/agents/{agent_id}/integrations/{integration_id} \ --header 'Authorization: <api-key>'
{ "message": "Resource not found" }
Remove an integration from an agent
API key authentication (format: Bearer {api_key})
AI Agent ID
Integration ID
Integration deleted (empty response)
Was this page helpful?