Restore Folder

POSThttps://api.konpro.ai/v1/folders/{folder_id}/restore

Restore 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

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Path Parameter

ParameterTypeDescription
folder_idstringUnique 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