curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/presence/leave \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Mark user as inactive for an agent
curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/presence/leave \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?