DELETE api/tb/delete/{matb}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matb | string |
Required |
Body Parameters
None.
Response Information
Resource Description
tb_tb| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| matb | string |
None. |
|
| tentb | string |
None. |
|
| loaitb | string |
None. |
|
| phongban | string |
None. |
|
| canhan | string |
None. |
|
| ghichu | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"matb": "sample string 2",
"tentb": "sample string 3",
"loaitb": "sample string 4",
"phongban": "sample string 5",
"canhan": "sample string 6",
"ghichu": "sample string 7"
}