# 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’.

&#x20;

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

&#x20;

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

&#x20;

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

&#x20;

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

&#x20;

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"
        }
    }
}
```

&#x20;

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

&#x20;&#x20;

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

&#x20;

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

&#x20;

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

&#x20;

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/determining-attribute-apis/delete-a-determining-attribute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
