# Delete a relationship

Deleting in Freelucy is a single gesture: grab the connection point and drag it off the primary element.

{% hint style="warning" %}
**Deletion must be enabled.** If your administrator hasn't authorized Freelucy to delete relationships, the delete gesture won't have any effect on commit. See [Enable relationship deletion](/freelucy/configuration/enable-relationship-deletion.md).
{% endhint %}

***

## Step by step

1. Click and hold the **circle next to the element you want to remove**. The circle turns into a **trash icon** and the line connecting it to the primary element disappears.

   <figure><img src="https://files.readme.io/1bdd83c-56e661a-fl_re-del.png" alt="Dragging a relationship off the canvas to delete it"><figcaption></figcaption></figure>
2. Drag the circle in any direction away from its starting position. Release the mouse button.
3. A confirmation popup appears. Click **Delete**.

The relationship is staged for deletion. Like every other staged edit, it is not removed from ServiceNow until you commit.

***

## What's next

* [Commit your changes](/freelucy/work-in-the-app/commit-changes.md)


---

# 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://docs.ins-pi.com/freelucy/work-in-the-app/delete-relationship.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.
