curl --request DELETE \
--url https://app.phonely.ai/api/agent-websites \
--header 'X-Authorization: <api-key>'{
"message": "<string>"
}Remove a specific website from an agent’s knowledge base
curl --request DELETE \
--url https://app.phonely.ai/api/agent-websites \
--header 'X-Authorization: <api-key>'{
"message": "<string>"
}