Folder resource

Delete folder

OVERVIEW

Delete folder API method allows a folder with all of its content to be deleted and placed in the recycle bin.

Request

DELETE       /api/1/folders/{folderid}

Parameters

Parameter Name

Value

Description

folderid

Int

The ID for the folder in question

 

Request body

No request body is required for this call.

Response

API endpoint returns a 200 OK in case of a successful operation.

Example Response

DELETE      http://clientinstance.highq.com/clientinstance/api/1/folders/1234

XML:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<error>

<ref>130</ref>

<summary>Access denied</summary>

</error>

JSON:

{

"summary": "Access denied",

"ref": "130",

"link": null

}

 

Comments


0 Comments

Last Updated: Jun 09,2023