/
/absentify CRUD API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 1d ago
Absences1
Allowance Management28
  • getList all rules for an allowance type
  • postCreate a new allowance rule
  • deleteDelete an allowance rule
  • patchUpdate an allowance rule
  • getList rule assignments for a member
  • postAssign a member to an allowance rule
  • deleteRemove a member from an allowance rule
  • patchUpdate a rule assignment
  • getList a member's allowance adjustments
  • postCreate an allowance adjustment
  • deleteDelete an allowance adjustment
  • putSet the organisation default rule
  • postMove a member to another rule
  • postSwitch a member to manual allowance management
  • getList the members currently on a rule
  • getRead the audit log of a rule
  • getRead the audit log of an allowance type
  • getRead a member's rule history
  • getList all allowance types
  • postCreate an allowance type
  • getRead an allowance type
  • deleteDelete an allowance type
  • patchUpdate an allowance type
  • postReorder the allowance types
  • getList a member's allowances
  • getRead a member's allowance history
  • getExplain one year of a member's allowance
  • postLet the carry-over be computed again
Departments5
Leave types6
Members15
Out of office3
Public holidays2
Requests10
Workspace2
    Allowance Management

    Delete an allowance rule

    Deletes an allowance rule. If members are assigned, you must provide reassign_to with the ID of another rule to move them to.

    delete/rules/{id}

    Path parameters

    idstring uuid required

    Query parameters

    reassign_tostring uuid
    reasonstring

    Response

    Successful response

    successboolean required

    Changes