DELETE api/User/DeleteUserTiedEmail?Email={Email}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| HasErrors | boolean |
None. |
|
| HasValidationErrors | boolean |
None. |
|
| Messages | Collection of ResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"HasErrors": false,
"HasValidationErrors": false,
"Messages": [
{
"ExceptionThrown": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"ExceptionMessage": "Exception of type 'System.Exception' was thrown.",
"ExceptionStackTrace": null,
"ResponseCode": "sample string 3",
"Level": 0,
"Message": "sample string 4",
"Id": 5
},
{
"ExceptionThrown": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"ExceptionMessage": "Exception of type 'System.Exception' was thrown.",
"ExceptionStackTrace": null,
"ResponseCode": "sample string 3",
"Level": 0,
"Message": "sample string 4",
"Id": 5
}
]
}