DELETE UIElement/{AppName}/{DeviceType}/ElementKey/{ElementKey}
Delete UIElements for all languages pertaining to the given AppName and Element Key.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppName |
Name of the application, such as Client, Provider |
string |
Required |
| DeviceType |
Device type, such as iPhone, Android, Web |
string |
Required |
| ElementKey |
Element Key |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |