Skip to main content
DELETE
Delete a folder
DELETE /v1/folder/{folder_id} requires Folders: Write (link_groups.delete).
Success returns 204 No Content. Links attached to the folder remain in the workspace; only the folder and its associations are removed. Repeating the request returns 404 resource_not_found.

Shared API behavior

Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

folder
string
required
Pattern: ^biq_fld_[0-9A-HJKMNP-TV-Z]{26}$

Response

Folder deleted. The response has no body.