# Delete document associated with a crew qualification Delete a document associated with a crew qualification. - Permanently removes the document file - Returns confirmation of deletion An operations manager needs to remove an outdated or incorrect document that was previously uploaded for a qualification. Endpoint: DELETE /api/external/crew-qualifications/{crewQualificationId}/documents/{uuid} Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `crewQualificationId` (string, required) The unique identifier of the crew qualification Example: "qual-12345" - `uuid` (string, required) The unique identifier of the document to delete Example: "doc-uuid-67890" ## Response 200 fields (application/json): - `deleted` (boolean)