cURL
curl -X DELETE https://app.okrapdf.com/api/v1/collections/col-abc123 \ -H "Authorization: Bearer okra_YOUR_KEY"
{ "deleted": true }
Delete a collection. Documents in the collection are not deleted.
API key as Bearer token: Authorization: Bearer okra_xxx
Authorization: Bearer okra_xxx
Collection deleted
true