DELETE api/workday_bio/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
workday_bio| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
None. |
|
| ip_ | string |
None. |
|
| port_ | string |
None. |
|
| key_ | string |
None. |
|
| name_ | string |
None. |
|
| sn | string |
None. |
|
| status | string |
None. |
|
| auto_date | date |
None. |
|
| active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1.0,
"ip_": "sample string 2",
"port_": "sample string 3",
"key_": "sample string 4",
"name_": "sample string 5",
"sn": "sample string 6",
"status": "sample string 7",
"auto_date": "2026-09-08T11:27:47.4310992+07:00",
"active": true
}
application/xml, text/xml
Sample:
<workday_bio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioApi.Models"> <active>true</active> <auto_date>2026-09-08T11:27:47.4310992+07:00</auto_date> <id>1</id> <ip_>sample string 2</ip_> <key_>sample string 4</key_> <name_>sample string 5</name_> <port_>sample string 3</port_> <sn>sample string 6</sn> <status>sample string 7</status> </workday_bio>