# DELETE Missing Comments

## DELETE Missing Comments

<mark style="color:red;">`DELETE`</mark> `https://api.cakes.com/missing/comments/:id`

This endpoint allows you to get free cakes.

#### Path Parameters

| Name | Type   | Description                          |
| ---- | ------ | ------------------------------------ |
| id   | string | Missing Answer id you want to delete |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "message": "Successfully deleted Missing Answer"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Matching answer not found"}
```

{% endtab %}
{% endtabs %}
