Skip to main content
DELETE
/
api
/
v1
/
collections
/
{collectionId}
cURL
curl -X DELETE https://app.okrapdf.com/api/v1/collections/col-abc123 \
  -H "Authorization: Bearer okra_YOUR_KEY"
{
  "deleted": true
}
Documents are preserved. Deleting a collection only removes the grouping — all documents remain in your account.

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer okra_xxx

Path Parameters

collectionId
string
required

Response

Collection deleted

deleted
boolean
Example:

true