Skip to main content
DELETE
Delete Free Days from Employees in Planner

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

plannerId
string<uuid>
required

The planner ID

Body

application/json
from
string<date>
required

Start of the range (Y-m-d). Inclusive.

Example:

"2026-02-10"

to
string<date>
required

End of the range (Y-m-d). Inclusive. Max range: 3 years.

Example:

"2026-02-12"

employeeIds
string<uuid>[]
required

Employees to delete the free days from.

Response

Object

data
string
Example:

""

meta
object