DELETE api/APIGridLayout/{UserName}/{GridType}/{GridID}

Delete APIGridLayout objects

Request Information

Parameters

NameDescriptionAdditional information
UserName
No documentation available.

Define this parameter in the request URI.

GridType
No documentation available.

Define this parameter in the request URI.

GridID
No documentation available.

Define this parameter in the request URI.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "StatusCode": "Continue",
  "ErrorCode": 0,
  "ErrorCodeMessage": "No Error",
  "Messages": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}