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


## Description

> Macro (excerpt)
> 
> Deletes project category.

Deletes the project category with the provided name.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admDeleteProjectCategory(categoryName) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | deleteProjectCategory(categoryName) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| categoryName | String | Yes | Project category name. |

## Return Type

**Boolean (true/false)**

Returns true if the category was deleted and false otherwise.

## Example

```javascript
admDeleteProjectCategory("T3");
```

## See also

> Macro (contentbylabel)