Closed petehannam closed 2 years ago
Hi @petehannam ,
The short answer to why this isn't working is that the Subscription API endpoint update action does not actually support modifying the types
list in this way. What is likely happening when you remove the event type in the console is that it's using the Subscribed Events API delete endpoint, which results in the associated subscription being "updated" indirectly. It does make sense to me, though, that the Subscription API endpoint should be able to update the types
list in this manner. I've reached out to the related product team regarding this issue.
Issue Summary
Removing an event sink subscription event type is not reflected in the Twilio console.
Steps to Reproduce
I configured an event sink subscription to publish for two event types:
I then removed one of the event types:
Terraform detected the change:
Expected: Event type is removed from subscription Actual: Event type is not removed from subscription
Work around: Manually remove event type from subscription via Twilio console
Technical details: