Deletes a voice region. Removes region from routing and reassigns active connections. Creates audit log entry. Requires VOICE_REGION_DELETE permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/voice/regions/delete \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"success": true
}curl --request POST \
--url https://api.fluxer.app/v1/admin/voice/regions/delete \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"success": true
}