POST api/Atlas/KeepDelete

Request Information

URI Parameters

None.

Body Parameters

KeepDeleteRequestModel
NameDescriptionTypeAdditional information
KeepId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "KeepId": 1
}

Response Information

Resource Description

KeepDeleteResponseModel
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true
}