# DELETE Missing Posts

## DELETE Missing Posts

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

This endpoint allows you to delete the missing pet

#### Path Parameters

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

{% tabs %}
{% tab title="200 Missing pet successfully deleted." %}

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

{% endtab %}

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

```
{    "message": "Missing post not found"}
```

{% endtab %}
{% endtabs %}
