DELETE api/Configuration/DeleteConfiguration/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ConfigurationName | Description | Type | Additional information |
---|---|---|---|
ConfigurationId | globally unique identifier |
None. |
|
ConfigKey | string |
None. |
|
ConfigVal | string |
None. |
|
ParentId | globally unique identifier |
None. |
|
ParentEntity | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedOn | date |
None. |
|
LastUpdatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "ConfigurationId": "678cc26b-ed78-4e28-96e3-e06fce7e6bb1", "ConfigKey": "sample string 2", "ConfigVal": "sample string 3", "ParentId": "053b8416-9be8-4ec5-a6fa-214bac4c5ef2", "ParentEntity": "sample string 4", "IsActive": true, "CreatedOn": "2025-09-05T22:51:49.9160694+00:00", "LastUpdatedOn": "2025-09-05T22:51:49.9160694+00:00" }