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

Authorizations

X-Authorization
string
header
required

Query Parameters

uid
string
required

User ID

agentId
string
required

Agent ID

websiteId
string
required

Website ID to delete

Response

Website deleted successfully

The response is of type object.