# Deletes the Tool

## Deletes the tool.

<mark style="color:red;">`DELETE`</mark> `/tools/{id}`

Deletes the tool with the provided tool ID. Only users with the Standard Registry role are allowed to make the request.

#### Path Parameters

| Name                                 | Type   | Description |
| ------------------------------------ | ------ | ----------- |
| id<mark style="color:red;">\*</mark> | String | Tool ID     |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
```

{% endtab %}
{% endtabs %}
