DELETE
/
agent-websites
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

200
application/json

Website deleted successfully

The response is of type object.