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


## Description

> Macro (excerpt)
> 
> Deletes a screen tab

Deletes a screen tab. Returns true if deletion was performed.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admDeleteScreenTab(screenId, tabId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [use adm;
deleteScreenTab(screenId, tabId);] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| screenId | int | Yes | The id of the screen. |
| tabId | int | Yes | The id of the screen tab to be deleted. |

## Return Type

**boolean**

## See also

> Macro (contentbylabel)