Deactivate user API
Enriched Academy never want's any of it's user to get deactivated from the system. Although Enriched Academy provides an API to deactivate the user in any case.
The below API is used to deactivate the user.
Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/deactivateUsers The below code example shows you how to deactivate the user.
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
- email: (string | comma separated string) (Required, Max 100 emails per request)
Example Request Code:
NOTE:
This action can not be undone.