Skip to main content
DELETE
/
workspaces
/
{workspaceId}
/
folders
/
{id}
Delete a folder
curl --request DELETE \
  --url https://api.tally.so/workspaces/{workspaceId}/folders/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

The ID of the workspace the folder belongs to

id
string
required

The ID of the folder to delete

Response

Folder deleted successfully