Restore Folder
POST
https://api.konpro.ai/v1/folders/{folder_id}/restoreRestore a folder from the trash back to its original location. This action moves the folder out of the trash and makes it accessible again.
Request History
Log in to see full request history
| TIME | STATUS | USER AGENT |
|---|---|---|
| Make a request to see history. | ||
0 Requests This Month
Path Parameter
| Parameter | Type | Description |
|---|---|---|
| folder_id | string | Unique identifier of the folder to restore (required) |
Response
Confirms the folder has been successfully restored from the trash.
Returns error details if the operation fails.
Example Request (Shell)
shell
curl --request POST \
--url https://api.konpro.ai/v1/folders/<folder_id>/restore \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Click to start a request and see the response here! Or choose an example:
application/json
200 - Success
400 - Bad Request