# API: Remove Client Guest
# removeClientGuest
Permanently removes a guest's access grant, without affecting the guest's own client account
# Required parameters
| Parameter | Description |
|---|---|
id | Access grant ID (access_id) to remove |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=removeClientGuest&id=ID
# PHP Samples
# Response
{
"success": true,
"call": "removeClientGuest",
"server_time": 1357899725,
"info": [
"deletedcontact"
]
}