@nova-sdk/api
Criteria Library
Remove from Library
Delete a criterion from the library
DELETE
@nova-sdk/api
Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Job criteria aren’t affected. Removing a criterion from the library doesn’t affect any job criteria 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
| Scenario | Result |
|---|---|
| Criterion exists | Deleted, returns { success: true } |
| Criterion not found | Returns 404 error |
Authorizations
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Headers
Your customer identifier. Tenants are auto-provisioned on first request.
Optional key that makes criteria and library mutation requests safe to retry without duplicating side effects. The namespace is shared across all API keys for the same partner and environment. Reuse the same key when retrying the same request parameters.
Required string length:
1 - 255Path Parameters
Criterion ID.
Response
Deleted