Delete user API
Enriched Academy never want's any of it's user to get deleted from the system. Although Enriched Academy provides an API to delete the user in any case.
The below API is used to delete the user.
Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/deleteTheUser
The below code example shows you how to delete the user.
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
Optional Parameters:
- email: (string|comma seprated string) (Optional)
Example Request Code:
NOTE:
This action can not be undone.