diff --git a/lib/NGCP/Panel/Controller/API/Subscribers.pm b/lib/NGCP/Panel/Controller/API/Subscribers.pm index f10784cdb5..ce117d727d 100644 --- a/lib/NGCP/Panel/Controller/API/Subscribers.pm +++ b/lib/NGCP/Panel/Controller/API/Subscribers.pm @@ -83,19 +83,6 @@ class_has 'query_params' => ( }, }, }, - { - param => 'customer_external_id', - description => 'Filter for subscribers of a specific customer external_id.', - query => { - first => sub { - my $q = shift; - return { 'contract.external_id' => { like => $q } }; - }, - second => sub { - return { join => 'contract' }; - }, - }, - }, { param => 'is_pbx_group', description => 'Filter for subscribers who are (not) pbx_groups.',