# Delete document associated with a crew qualification Deletes a document associated with a crew qualification. Features: - Permanently removes the document file - Returns confirmation of deletion Example Use Case: An operations manager needs to remove an outdated or incorrect document that was previously uploaded for a qualification. For more information on managing crew qualifications, see the Crew Qualification Management Guide. Endpoint: DELETE /api/v2/external/crew-qualifications/{crewQualificationId}/documents/{uuid} Version: 2.4.0 Security: X-Api-Client-Id, X-Auth-Token ## 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) Indicates whether the deletion was successful Example: true ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields