Developer Function: Server Script: $ps.file.removeSection
## Overview
Deletes a specified section using "「$ps.file」" in "[Server Script](/en/manual/table-management-server-script)". All subdirectories and files in the section will be deleted.
## Prerequisites
DisableServerScriptFile in "[Script.json](/en/manual/script-json)" must be set to false.
## Syntax
```
$ps.file.removeSection(section)
```
## Parameters
|Parameter|Type|Required|Description|
|:----------|:----------|:---:|:---------------------------|
|section|string|Yes|Section name. For details on sections, see "About Sections" in "「$ps.file」". |
## Return Value
Returns true if the section can be deleted, false if it cannot be deleted.
## Exceptions
If an exception occurs in C#, the server script will throw an exception by putting the exception class name and error message into the Error object.
## Usage Example
The following example deletes a specified section in the web server.
##### JavaScript
```
$ps.file.removeSection('01_develop');
```
## Supported Versions
|Supported versions|Body|
|:--|:--|
|1.4.12.0 and later|Added function|
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/script-json">Set Parameter: Script.json</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />