Delete background check packages

Permanently delete specific packages from the partner catalog for the installing company.

Deletes specific packages from the partner catalog for the
installing company without replacing the full catalog.

Semantics:

  • packageIds is required and must be non-empty.
  • Blank or duplicate IDs in the same request return 400.
  • Matching packages are permanently deleted and cannot be selected for new checks.
  • Unknown IDs are ignored (idempotent).
  • In-flight checks keep their stored packageId; GET and PATCH on existing checks remain allowed.

Prefer this when removing a subset of packages. Use POST packages with an
omitted/empty catalog when replacing or clearing the full catalog (POST
permanently deletes omitted packages).

OAuth scope: hiring.integrations:write

Body Params

Package IDs to permanently delete for the installing company.

packageIds
array of strings
required
length ≥ 1

Partner package IDs to permanently delete. Must be non-empty; blank or
duplicate IDs in the same request return 400.

packageIds*
Responses
204

No content

Language
Credentials
Bearer
OAuth 2.0
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json