Endpoint used to delete a folder from a Toolzz Bots workspace.
--url 'https://bots.toolzz.ai/api/v1/folders/{folderId}?workspaceId={workspaceId}' \
--header 'Authorization: Bearer <token>'
| Parameter | Type | Description | Required |
|---|
Authorization | String | Access token (must contain “Bearer” before the token) | Yes |
| Parameter | Type | Description | Required |
|---|
folderId | string | The unique identifier of the folder to delete. | Yes |
| Parameter | Type | Description | Required |
|---|
workspaceId | string | The unique identifier of the workspace to delete a folder from. | Yes |
| Key | Type | Description |
|---|
message | string | Successful deletion confirmation message. |
To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.