> 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/business-rule-apis/delete-business-rule.md).

# Delete Business Rule

This call is sent as a DELETE call. You can only delete one rule at a time using this call, as the rule ID is part of the header.

The body of this call is the same as the details calls, only containing the context.

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

For this call, we are sending the ID for the third rule in the ‘Get All Details’ call illustrated earlier. The return message simply shows a successful call.

<figure><img src="/files/flhFpTBxxw4t2lvN5Y9i" alt=""><figcaption><p>Results of delete rule API</p></figcaption></figure>

Viewing the business rules in TDO after this call is sent, you can see that the third business rule is no longer present.

<figure><img src="/files/ctG4xCptOShjIK8ROq0P" alt=""><figcaption><p>Rule deleted from TDO</p></figcaption></figure>
