DELETE api/folders/{id}
Deletes a folder and all of its child items recursively.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The internal node ID of the folder to delete. Must correspond to a valid, non-deleted folder with appropriate access rights. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK. On failure: HTTP 403 Forbidden if access is denied, or 400 Bad Request if an error occurs.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.