---
title: "admDeleteSpaceCategory"
canonical: "https://support.appfire.com/space/PSCONF/15304902/admDeleteSpaceCategory"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | admDeleteSpaceCategory(spaceKey, categoryName) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Deletes a category from the space.

Deletes a category from the space.

## Return Type

**Boolean (true/false)**

## Example

```javascript
return admDeleteSpaceCategory("TST", "Products");
```

Returns true if the category was deleted.

## See also

> Macro (contentbylabel)