Skip to main content

deleteEmployee

Delete an Employee by ID

Requires authorization features: employee:core:edit

deleteEmployee(
id: EmployeeID!
): Boolean!

Directives

auth

Requires authorization features: employee:core:edit

Arguments

deleteEmployee.id ● EmployeeID! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.