Delete folder

Delete folder including all documents and services.

Returns: status to indicate whether the request was completed.

DELETE /api/v1/product/delete/{folderId}

Path parameters

Key
Value

folderId *

Folder id which can be found from List folders or Get folder. Example: 408c9c9a-acfb-4daa-86d4-ff17d658ac8c

Authorization

Request body

Content-Type: application/json

{} empty request body.

Sample response

HTTP 200 OK Content-Type: application/json

{
    "message": null,
    "data": null,
    "errorCode": null,
    "status": "Success"
}

Last updated