Deactivate Worker

Updates workers' is_active attribute to false and marks worker as "Deactivated" in Posthire. Cancels all active recurring checks and follow-up messages for this applicant.

Response Schema

*   [id]
    
    *   Required: no
    *   Type: string
    *   Example: "01234567-0000-0000-0000-000000000000"
    
*   [approved_at]
    
    *   Required: no
    *   Type: string
    *   Format: date-time
    *   Example: "2016-06-29T04:01:13.000-07:00"
    
*   [is_active]
    
    *   Required: no
    *   Type: boolean
    *   Example: false
    
*   [name]
    
    *   Required: no
    *   Type: string
    *   Example: "Rosemary Durgan"
    
*   [email]
    
    *   Required: no
    *   Type: string
    *   Example: "[email protected]"
Language
Click Try It! to start a request and see the response here!