hogarsolar
09/18/2025, 11:48 AMVapi Support Bot
09/18/2025, 11:49 AMorgId, createdAt, updatedAt, or vonageApplicationId. These fields should be omitted from your payload, as their presence will trigger a "property ... should not exist" error.
Example (JSON payload for updating/importing a number):
json
{
"apiKey": "your_vonage_api_key",
"apiSecret": "your_vonage_api_secret",
"applicationId": "your_vonage_application_id"
// Do NOT include orgId, createdAt, updatedAt, vonageApplicationId
}
Try removing those fields and re-importing your numbers.
[See API reference for details](https://docs.vapi.ai/api-reference/phone-numbers/update)
Source:
- [Update Phone Number](https://docs.vapi.ai/api-reference/phone-numbers/update)hogarsolar
09/18/2025, 1:00 PM