ResponseEntityOfListOfServiceDeleteResponse Data Type

Properties
name data type constraints description
statusCode HttpStatus  
statusCodeValue number required
Properties inherited from HttpEntity
headers map of array of string  
body object required

Example

{
  "statusCode" : "OK",
  "statusCodeValue" : 12345,
  "headers" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  },
  "body" : { }
}