v1

latestOpenAPI 3.1.02026-07-224239180.9 KB
Interview Module

Permanently delete an interview module

Permanently deletes the interview module and all member training history in it. This action cannot be undone. Unknown and cross-organization module IDs return not found.

delete/v1/interview-modules/{moduleId}

Path parameters

moduleIdstring required

an interview module ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.

Example:mod_a1b2c3d4e5f64789a1b2c3d4e5f64789

Response

Success

idstring required

Canonical interview module ID (mod_ followed by 32 lowercase hexadecimal UUID characters).

deletedboolean required

Example response

{
  "id": "mod_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}