Skip to main content

Authentication

This endpoint requires authentication using a Bearer token.
curl -X DELETE https://api.dub.co/folders/fold_abc123 \
  -H "Authorization: Bearer <token>"

Path Parameters

id
string
required
The ID of the folder to delete.

Response

id
string
The ID of the deleted folder.
{
  "id": "fold_abc123"
}

Build docs developers (and LLMs) love