twilio / twilio-node

Node.js helper library
MIT License
1.37k stars 495 forks source link

Missing messaging.v1.tollfreeVerifications.remove endpoint, unable to remove toll free verification using this library #977

Open bradleyy1012 opened 8 months ago

bradleyy1012 commented 8 months ago

Hi there! I'd like to note that there is a mismatch in documentation to what this node library provides. Following the Messaging Compliance API for Toll-Free Onboarding Guide, I would like to use the node api to delete a Toll Free Number verification using messaging.v1.tollfreeVerifications('tollFreeVerificationSid').remove, however tollfreeVerifications.remove does not exist on v1.

This is just misleading given that there are node examples on twilios website showing this should be available (see screenshot below)

Screenshot 2023-11-08 at 3 26 57 PM

Not sure what to believe! Let me know how I can help. Thanks!

Technical details:

bradleyy1012 commented 7 months ago

It works with cURL.