New API version v7.12 has been released! 🎉
REST DocumentationAttendancesDELETE Delete attendance

Delete an attendance

Use this endpoint to delete an attendance. The lock periods are checked: closed month, approval date and recording period.

Request

DELETE /api/v1/attendances/:id
curl --request DELETE \
     --url 'https://www.zep-online.de/zepinstanz/next/api/v1/attendances/1234' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {token}'

Parameters

  • id (integer, required): The ID of the attendance to delete

Response

{
  "message": "Deleted successfully"
}