Fair API Pricing

No Surprise Fees

Secure Your Document Distribution and Management with a Signority API Plan

Delete a Folder

DELETE: /v1/folders/{folderId}

Description
This API call deletes the specified folder. The folder is required to be empty before it can be deleted.

Format
JSON

URL Parameters
None. Replace {folderId} with the folderID of the folder that should be deleted.

Data Parameters
None

Response
Returns success message or error response.

Example Success Response:

{"success": true}

Example Error Response:

Code: not 400

or

{
    'message': [detailed error message]
    'success': False
}