DELETE api/TB_OPTOut/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_OPTOut| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mobile | string |
String length: inclusive between 0 and 15 |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mobile": "sample string 2"
}