DELETE api/BlogSubscribers/DeleteBlogSubscribers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BlogSubscribers| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| string |
None. |
||
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Email": "sample string 2",
"IsActive": true
}
multipart/form-data
Sample:
{"$id":"1","Id":1,"Email":"sample string 2","IsActive":true}