Error
Application error
59101: System Resource Cannot Be Modified
API
The Setting resource you tried to update or delete was created by Twilio (type: SYSTEM) rather than by your account, and system-created Settings cannot be modified or deleted.
- A
PATCHorDELETErequest was sent for aSettingwhosetypefield isSYSTEM.
- Fetch the
Setting(GET /v2/Webhooks/Settings/{settingId}) and check itstypefield before attempting to modify or delete it. - To change configuration, create a new
Settingresource with your desired configuration, update the relevantRuleto point to the newSetting, and leave the systemSettingin place.