Skip to main content
DELETE
/
v1
/
collections
/
{id}
curl -X DELETE https://api.okrapdf.com/v1/collections/col-40da068481cf4f248853507cba6be611 \
  -H "Authorization: Bearer okra_YOUR_KEY"

Overview

Deletes a collection. Only the grouping is removed — all member documents remain in your account.

Request

id
string
required
Collection ID (col-...) or collection name.
curl -X DELETE https://api.okrapdf.com/v1/collections/col-40da068481cf4f248853507cba6be611 \
  -H "Authorization: Bearer okra_YOUR_KEY"

Response (200)

{
  "ok": true
}