DELETE
/
v1
/
folders
/
{folderId}
curl --request DELETE \
  --url https://app.typebot.io/api/v1/folders/{folderId} \
  --header 'Authorization: Bearer <token>'
{
  "folder": {
    "id": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "name": "<string>",
    "parentFolderId": "<string>",
    "workspaceId": "<string>"
  }
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

folderId
string
required

Query Parameters

workspaceId
string
required

Response

200 - application/json
folder
object
required