# 46010: TwiML/API attributes ignored

Log Type: APPLICATION

Log Level: WARNING

## Description

Configurations: TwiML or API attributes are ignored because a configuration ID is present. The settings defined in the configuration are applied instead.

### Possible causes

A voice workflow must use either a configuration ID or TwiML/API attributes, but not both.

### Possible solutions

* Remove the TwiML or API attributes from your code.
* Remove the configuration ID from your code.

#### Additional resources

* [Configurations documentation](/docs/configurations)
