Restore a conference member’s ability to hear other participants.
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/conference/{conference_name}/member/{member_id}/deaf/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/conference/{conference_name}/member/{member_id}/deaf/
X-Auth-ID - Your account ID (e.g., {auth_id})X-Auth-Token - Your account Auth TokenContent-Type: application/jsonmember_id can be a specific member ID, a comma-separated list, or all to undeafen all members.{}
{
"message": "undeaf",
"member_id": ["10"],
"api_id": "66d7c41e-58c4-11e1-86da-adf28403fe48"
}
curl -X DELETE https://api.vobiz.ai/api/v1/Account/{auth_id}/Conference/MyConf/Member/10/Deaf/ \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
Was this page helpful?
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/conference/{conference_name}/member/{member_id}/deaf/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'