> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/determining-attribute-apis/delete-a-determining-attribute.md).

# Delete a Determining Attribute

You can delete determining attributes one at a time using this method. The call is defined as ‘DELETE’ instead of ‘POST’ or ‘PATCH’.

<figure><img src="/files/cwO0mqHGWcNjdGprG8as" alt=""><figcaption><p>Call to delete a determining attribute</p></figcaption></figure>

The determining attribute ID shown above is for the ‘data\_block\_based’ seen below.

Prior to deletion, you can see the determining attribute in TDO.

<figure><img src="/files/Ec8NwzPuogbFSSoQEmkC" alt=""><figcaption><p>Determining attribute list</p></figcaption></figure>

The body of the message is the same as for ‘get details’ API’s.

```
{
    "context": {
        "user": "mbj_test",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        }
    }
}
```

When run, the message only shows the successful completion of the call.

<figure><img src="/files/DmHx3EMY9xCgvzthpQDQ" alt=""><figcaption><p>Successful deletion return message</p></figcaption></figure>

Checking the determining attributes list in TDO, this attribute is no longer present.

<figure><img src="/files/6S6WQAF2IwXCXk35nY4r" alt=""><figcaption><p>Attribute list showing successful deletion</p></figcaption></figure>

Remember, only users with administrative credentials can delete objects in TDO.
