DELETE api/BlogCategories/DeleteBlogCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BlogCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CategoryId": 2,
"CategoryName": "sample string 3"
}
multipart/form-data
Sample:
{"$id":"1","Id":1,"CategoryId":2,"CategoryName":"sample string 3"}