Delete My Account
The "Delete My Account" API allows users to permanently delete their account and associated data from the system. This feature is provided to offer users control over their data and accounts and is particularly useful for those who no longer wish to use the platform.
Endpoint:
api/customer/delete/my_account
HTTP Method:
POST
Success Response:
{
"code": 200,
"message": "Account deleted",
"data": null,
"meta": []
}
- Failure Response:
If authenticated user token is not found
{
"code": 400,
"message": "Account was not deleted",
"data": null,
"meta": []
}
معلومات
Check the following section to learn more about the Delete My Account API Reference