Personnel Data
    Personnel Data
    • /company/attendances
      GET
    • /company/attendances
      POST
    • /company/attendances/{id}
      DELETE
    • /company/attendances/{id}
      PATCH
    • /company/employees
      GET
    • Create an employee
      POST
    • /company/employees/{employee_id}
      GET
    • /company/employees/{employee_id}/profile-picture/{width}
      GET
    • /company/time-off-types
      GET
    • /company/time-offs
      GET
    • /company/time-offs
      POST
    • /company/time-offs/{id}
      DELETE
    • /company/time-offs/{id}
      GET

      /company/time-offs/{id}

      DELETE
      /company/time-offs/{id}
      This endpoint is responsible for deleting absence period data for the company employees.

      Request

      Path Params

      Responses

      🟢200Success response
      application/json
      Body

      🟠404Not found response
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://api.personio.de/v1/company/time-offs/'
      Response Response Example
      200 - response
      {
          "data": {
              "message": "The absence period was deleted."
          },
          "success": true
      }
      Modified at 2023-08-22 06:28:03
      Previous
      /company/time-offs
      Next
      /company/time-offs/{id}
      Built with