# Delete an Attached Survey

If a survey was attached to a program activity in error or is no longer needed, you can remove it from the Evaluation section.

{% hint style="danger" %}
**CAUTION:** Deleting a survey will also delete any responses that have been added. Once survey data has been deleted, it cannot be recovered.
{% endhint %}

{% stepper %}
{% step %}

#### Navigate to Program Activities

From the PEARS homepage, hover over the **Engage** menu and click **Program Activities**.
{% endstep %}

{% step %}

#### Open the Program Activity

Click the program activity containing the survey you want to remove.
{% endstep %}

{% step %}

#### Go to the Evaluation section

Click **Evaluation** in the progress panel to view the list of attached surveys.
{% endstep %}

{% step %}

#### Delete the survey

Click the **X** button on the far right of the survey you want to remove.
{% endstep %}

{% step %}

#### Confirm the deletion

Click **Yes** when the confirmation message appears. The survey and all associated response data will be permanently removed.
{% endstep %}

{% step %}

#### Continue

To attach a different survey, click **Attach Survey**. Otherwise, click **Save and Continue** to proceed to the next section.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** If you plan to delete a program activity entirely, remove any attached surveys first. If surveys are attached, responses must be recorded before marking the program activity as complete.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.pears.io/engage/program-activities/delete-an-attached-survey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
