# DELETE Pet Delete

## DELETE Pet Delete

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

This endpoint allows you to delete the user's pet info

#### Path Parameters

| Name | Type   | Description   |
| ---- | ------ | ------------- |
| id   | string | user's pet id |

#### Headers

| Name          | Type   | Description  |
| ------------- | ------ | ------------ |
| Authorization | string | bearer token |

{% tabs %}
{% tab title="200 Pet info successfully deleted." %}

```
{    "message": "Successfully deleted Pet Info"}
```

{% endtab %}

{% tab title="404 Could not find a pet info" %}

```
{    "message": "Pet Info not found"}
```

{% endtab %}
{% endtabs %}
