# DeleteDirectory

## Description

Deletes a given directory.

## Parameters

| Name        | Value                             |
| ----------- | --------------------------------- |
| directoryID | The ID of the directory to delete |

## Sample Response

```xml
<?xml version="1.0" encoding="utf-8"?>
<result>
  <code>
    <![CDATA[ SUCCESS ]]>
  </code>
  <message></message>
</result>
```

## Return Codes

* SUCCESS
* ERROR
* LOGIN\_SECURITY\_VIOLATION
