Nxsys API Documentation
  1. Documents
Nxsys API Documentation
  • Introduction
    • Nxsys API Documentation
    • Base URL and Environments
    • Handling Errors
    • Pagination
    • Best Practices
  • Authentication
    • Overview
    • Step 1: Create a Client Application
    • Step 2: Obtain Authorization Code
    • Step 3: Exchange your Authorization Code for an Access Token
    • Step 4: Refresh your Access Token
  • APIs
    • Authentication
      • Get url to connect Nxsys system
      • Get access token
    • Candidates
      • Create Candidate
      • Get Candidates
      • Update Candidate
    • Candidates Ireland
      • ClientCandidatesIrelandController_createIrelandCandidate
      • Get Candidates
      • Update Candidate
      • Get Candidate by ID
    • VAT Codes
      • Get list default VAT Code
    • PaymentRate
      • Create new Payment Rate
      • OpenAPIPaymentRateController_findAllPaymentRates
      • OpenAPIPaymentRateController_findPaymentRateById
      • Update Payment Rate
    • Timesheet
      • Create timesheets
      • OpenAPITimesheetController_findAllTimeSheet
      • OpenAPITimesheetController_findTimeSheetById
      • OpenAPITimesheetController_editTimeSheetById
    • Payslips
      • Get Payslips
    • Documents
      • Create document on Employee profile
        POST
      • Get list of documents for Employee
        GET
      • Get document by id
        GET
      • Update document
        PUT
      • Delete document
        DELETE
  • Schemas
    • Schemas
      • AgencyCreateDto
    • PensionSettingDTO
    • GeneralSettingDTO
    • BankSettingDTO
    • OpeningBalanceDTO
    • PayrollSettingDTO
    • CreateCandidateDTO
    • GeneralSettingUpdateDTO
    • PayrollSettingUpdateDTO
    • UpdateCandidateDTO
    • PaymentRateCreateDto
    • IrelandGeneralSettingDTO
    • PaymentRateEditDto
    • IrelandBankSettingDTO
    • OpenAPIRateTimeSheet
    • IrelandPayrollSettingDTO
    • OpenAPITimeSheetCreateDto
    • CreateIrelandCandidateDTO
    • OpenAPITimeSheetEditDto
    • UpdateIrelandGeneralSettingDTO
    • UpdateIrelandBankSettingDTO
    • UpdateIrelandPayrollSettingDTO
    • UpdateIrelandCandidateDTO
    • OpenAPIDocumentCreateDto
    • OpenAPIDocumentEditDto
  1. Documents

Delete document

Nxsys Umbrella - Production
https://api.nxsys.tech
Nxsys Umbrella - Production
https://api.nxsys.tech
DELETE
https://api.nxsys.tech
/nxsys/employees/{employeeId}/documents/{documentId}

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Responses

🟢201
application/json
Request successful
Body

🟠400
🟠401
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.nxsys.tech/nxsys/employees//documents/' \
--header 'Authorization: <api-key>'
Response Response Example
201 - Example 1
{
    "success": true
}
Previous
Update document
Next
AgencyCreateDto
Built with