> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Sentry Link

> Remove a Sentry project link

Removes the link between an Aether project and a Sentry project.

## Authentication

Requires a valid Bearer token. Requires an active Sentry connection.

## Path Parameters

<ParamField path="linkId" type="string" required>
  Link ID (UUID).
</ParamField>

## Response

Returns `204 No Content` on success with an empty response body.

## Errors

| Status | Description                             |
| ------ | --------------------------------------- |
| `401`  | Unauthorized — missing or invalid token |
| `403`  | Forbidden — no Sentry connection        |
| `404`  | Not Found — link does not exist         |
