Deletion
Delete Application Data
Request deletion for one application under one job
DELETE
Deletes active Nova data for a single application under a specific job.
Send the tenant external ID in
X-Tenant-Id. The request has no JSON body.
Behavior
The endpoint returns202 Accepted with a deletionRequest.id. Deletion runs in the background.
Poll Get Deletion Request Status until the request is completed or failed.
Duplicate requests return the same deletion request where possible. Unknown applications are accepted without revealing whether active data existed.
Deleted data
Application deletion removes active scoring data, stored resume copies, and delivery records linked to the specified job and application. It doesn’t remove unrelated tenant data. Use tenant deletion when the tenant’s full Embed data set must be removed.Authorizations
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Headers
Your customer identifier. Tenants are auto-provisioned on first request.
Path Parameters
Your job identifier (external ID).
Your application identifier (external ID).
Response
Deletion request accepted