# Delete feedback

## Delete Feedback

<mark style="color:red;">`DELETE`</mark> `https://{{account_id}}.acquire.io/api/v1/crm/feedback?id={{id}}`

Delete feedback. The **id** must be passed in to the endpoint as a query parameter. **Warning**: this action cannot be undone.&#x20;

#### Query Parameters

| Name | Type    | Description     |
| ---- | ------- | --------------- |
| id   | integer | The feedback ID |

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer {{api\_key}} |

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

```
{
  "data": {
    "deleted": 1
  }
}
```

{% endtab %}
{% endtabs %}
