POST api/Atlas/KeepDelete
Request Information
URI Parameters
None.
Body Parameters
KeepDeleteRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KeepId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeepId": 1
}
Response Information
Resource Description
KeepDeleteResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true
}