Skip to main content
DELETE
/
api
/
clients
/
sample_entities
/
{id}
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "code": "<string>",
    "type": "FirstType",
    "isEnabled": true,
    "createdDate": "2023-11-07T05:31:56Z",
    "updatedDate": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

id
integer
required

Query Parameters

api-version
string

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object