# Undelete topic

This only works for Fundamentals+ clusters and if the topic was soft-deleted before.

## Request

{% code overflow="wrap" %}

```bash
curl https://api.warpstream.com/api/v1/undelete_topic \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{"virtual_cluster_id": "vci_1d4930d7_8e6d_4ad9_b27a_654ed4aaa3ee", "topic_id": "3"}'
```

{% endcode %}

## Response

```json
{}
```
