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

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | admDeleteSpace(spaceKey) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Permanently deletes a space from Confluence.

Permanently deletes a space from Confluence.

## Return Type

**Boolean (true/false)**

Returns true if the space was successfully deleted.

## Example

```javascript
return admDeleteSpace("TEMP");
```

Returns true if the space was deleted.

## See also

> Macro (contentbylabel)