Feature Request ----------------------- - Create API for delete contexts by `criteria`: - Delete N contexts by criteria - `/api/v1/contexts/count?apn=xyw&imsi=some_data` - Delete all contexts by criteria - `/api/v1/contexts?apn=xyw&imsi=some_data` - For backward compatibility we should we should keep old behavior if `URI` is not included in the path | Name | Type | Description | |-----------|:---------------:|-----------------:| | apn | ... | ... | | imsi | ... | ... | | mccmnc | ... | ... | | gtp_version | ... | ... |
Feature Request
criteria:/api/v1/contexts/count?apn=xyw&imsi=some_data/api/v1/contexts?apn=xyw&imsi=some_dataURIis not included in the path