Description: This API wil use to delete the specific user in Quicker Learning.
URL:- https://apps.quickerlearning.com/api/user/delete/2
Method: POST
AUTHORIZATION:
Type: Basic Auth
UserName: tenant_id,
Password:secret_key
HEADERS:
Accept: application/json
Response Body:
{
“message”: “User Deleted Successfully”,
“status”: 200
}
