POST v1/Tag/Delete
Tag an Article
Roles Allowed
admin, editor
Request Information
URI Parameters
None.
Body Parameters
ArticleTag| Name | Description | Type | Additional information |
|---|---|---|---|
| ArticleTagId | integer |
None. |
|
| ArticleKey | integer |
None. |
|
| Tag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArticleTagId": 1,
"ArticleKey": 1,
"Tag": "sample string 2"
}
application/xml, text/xml
Sample:
<ArticleTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bondi.Models.V3"> <ArticleKey>1</ArticleKey> <ArticleTagId>1</ArticleTagId> <Tag>sample string 2</Tag> </ArticleTag>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HTTP 200 with the topic if it is found, HTTP 404 if topic is not found
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.