Skip to main content
DELETE
/
v1
/
criteria-library
/
{criterionId}
Remove a criterion from the library
curl --request DELETE \
  --url https://embed.nova.dweet.com/v1/criteria-library/{criterionId} \
  --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

Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.

Headers

X-Tenant-Id
string
required

Your customer identifier. Tenants are auto-provisioned on first request.

Path Parameters

criterionId
string
required

Criterion ID.

Response

Deleted

success
boolean
required