clerk / clerk-sdk-ruby

Access the Clerk Backend API from Ruby
MIT License
24 stars 10 forks source link

feat: drop create sms endpoint #39

Closed Nikpolik closed 10 months ago

Nikpolik commented 10 months ago

Remove createSms functions from clerk-sdk-ruby.

The equivalent /sms_messages will also removed in the future, since this feature will no longer be available for new instances.

For a brief period it will still be available for instances that have used it in the past 7 days (13-11-2023 to 20-11-2023).

New instances will get a 403 forbidden response if they try to access this resource.