provider Time Off DELETE /time_offs/{time_off_id}
@utdk/front /time_offs/{time_off_id}
Delete time off
Delete a time off. Required scope: `time_off:delete`
time_off_id path required
The time off ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deleteTimeOff
DELETE/time_offs/{time_off_id}
Delete a time off. Required scope: `time_off:delete`

Parameters

required

The time off ID

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.deleteTimeOff({
  "time_off_id": "vcr_abc123"
})