# Delete Coverage Set

This call will delete the coverage set from the project.  The header is the same as the ‘get coverage set details’ API, except that it is sent as a ‘DELETE’ command.  It is recommended that you confirm the ID of the set you are deleting before you run this API as it cannot be reversed.

&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FfYwHzKM7mwAgYS3hocLv%2Fimage.png?alt=media&#x26;token=9eb6728c-da2e-4306-9118-1b418570bb51" alt=""><figcaption><p>Delete coverage set API </p></figcaption></figure>

&#x20;The body is the same as the simple body API calls; just credentials and project information.

&#x20;

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

&#x20;

This API will delete the ‘api\_demo\_coverage 1.0’ coverage set.  The return message is very simple, only showing a result of ‘true’.

&#x20;&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2Ft7vsMrQCw3MS1cs6pEYL%2Fimage.png?alt=media&#x26;token=9a4a1425-1796-45ba-9e32-247ee002887f" alt=""><figcaption><p>Delete coverage set return message</p></figcaption></figure>

&#x20;

In TDO, the coverage set main page now shows that ‘api\_demo\_coverage 1.0’ no longer exists.

&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FLhCS0bmw8S4se4dn18Vt%2Fimage.png?alt=media&#x26;token=325dc5f5-6f68-4951-8b59-43b30f7806fb" alt=""><figcaption><p>TDO coverage set listing showing target set removed</p></figcaption></figure>

Remember only users with administrator credentials can delete objects in TDO.
