You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current BlockedNumbersDelete API requires the user to pass in a BlockedNumber entity acquired from a query. This may serve as an inconvenience when users saved a referenced to an ID that they want to delete. They would have to perform a query first before being able to delete.
Solution
Add functions to the BlockedNumbersDelete API that allows users to pass in BlockedNumber IDs instead of entities. It would look something like;
This one is similar to #222.
Problem
The current
BlockedNumbersDelete
API requires the user to pass in a BlockedNumber entity acquired from a query. This may serve as an inconvenience when users saved a referenced to an ID that they want to delete. They would have to perform a query first before being able to delete.Solution
Add functions to the
BlockedNumbersDelete
API that allows users to pass in BlockedNumber IDs instead of entities. It would look something like;The text was updated successfully, but these errors were encountered: