DELETE v1/Article/{articleKey}/Description/{docDescriptionId}
Deletes a document description for an article. There can be multiple document descriptions for an article.
Roles Allowed
admin, editor
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| articleKey | 
                         Identifies the article the document description applies to  | 
                    integer | 
                                 Required  | 
                
| docDescriptionId | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
HTTP 200 if deleted, HTTP 404 if article or description not found
None.