Skip to main content
DELETE
/
v1
/
criteria
/
library
/
{libraryCriterionId}
cURL
curl --request DELETE \
  --url https://embed.nova.dweet.com/v1/criteria/library/{libraryCriterionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Tenant-Id: <x-tenant-id>'
{
  "success": true
}
Job criteria are not affected. Removing a criterion from the library does not affect any job criteria that were copied from it.

When to Use

Remove criteria from the library when:
  • Requirements no longer reflect your hiring practices
  • Pruning rarely-used criteria to keep the library focused

Behavior

ScenarioResult
Criterion existsDeleted, returns { success: true }
Criterion not foundReturns 404 error

Authorizations

Authorization
string
header
required

API key authentication. Use your environment-specific API key (sk_test_* for sandbox, sk_live_* for production).

Headers

X-Tenant-Id
string
required

Your customer/tenant identifier. Used for data isolation and per-customer metrics. Tenants are created automatically on first request.

Path Parameters

libraryCriterionId
string
required

The library criterion ID to remove

Response

Criterion removed from library

success
enum<boolean>
Available options:
true,
false