> For the complete documentation index, see [llms.txt](https://foodfly-status404.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foodfly-status404.gitbook.io/project/review-delete.md).

# Review Delete

## Review Delete

<mark style="color:red;">`DELETE`</mark> `https://foodfly.shop/review/`

#### Headers

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| Authorization | string | Token Value |

#### Request Body

| Name       | Type    | Description |
| ---------- | ------- | ----------- |
| review\_pk | integer | review pk   |

{% tabs %}
{% tab title="200 " %}

```
{
	"review_pk": 38
}
```

{% endtab %}
{% endtabs %}
