---
title: "deleteWebLink"
canonical: "https://support.appfire.com/space/PSJC/958071114/deleteWebLink"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Deletes a web link on the issue.

Deletes a web link on the issue. You must have its id

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | deleteWebLink(issueKey, linkId) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issue key | string | Yes | Key of the selected issue. |
| linkId | integer | Yes | the id of the remote web link. |

## Return Type

**boolean**

The returned value is true if the link is deleted.

## See also

> Macro (contentbylabel)