# 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FZ9XGTCsMtaJ5isv8YEhs%2Fimage.png?alt=media&#x26;token=30ba408a-020f-44ae-8df1-caf342d2ec2b" 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FEZQTXzo3bqTHV4LX6lPQ%2Fimage.png?alt=media&#x26;token=c3a4a837-4de7-4176-b16f-7ce0e95b02b0" 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FgZwbXuxskv2LLxAORlMT%2Fimage.png?alt=media&#x26;token=152290a3-83b9-4dca-90b7-a78473b9f569" 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FVBQROp60f6J2BOux9GgW%2Fimage.png?alt=media&#x26;token=32167544-2efc-4050-ba4f-d47be27ae2f2" alt=""><figcaption><p>Attribute list showing successful deletion</p></figcaption></figure>

&#x20;

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