API Platform Base Path:
https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path:/users/{user_email}
Deletes an existing user profile
Verb: DELETE
Auth: Basic AuthSample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/users/{user_email} -X DELETE
Sample Response:
Success 2xx with proper response
{
"emailId" : "joe@apigee.com",
"firstName" : "Joe",
"lastName" : "Rai"
}