# Suspend an employee

Endpoint: DELETE /employees/suspend
Version: 1.0.0
Security: ApiKeyAuth

## Query parameters:

  - `employee_id` (string, required)

## Response 401 fields (application/json):

  - `errorMessage` (string)
    Example: Unauthorized

## Response 404 fields (application/json):

  - `errorMessage` (string)
    Example: Resource not found

