# Archive Response for Interaction

```http
POST https://api.synup.com/api/v4/locations/reviews/respond/archive
```

Archive any response provided for any existing Interaction

Source: https://developer.synup.com/api/reviews/archive-response-for-interaction

## Request body

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `responseId` | string | required | Response ID |

## Example request

```bash
curl -X POST 'https://api.synup.com/api/v4/locations/reviews/respond/archive' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "responseId": "2090753a-ece6-4837-8336-8494ad308523"
}'
```

## Responses

| Status | Description |
| --- | --- |
| `200` | Response successfully posted |
