DELETE v1/Article/{articleKey}/Media/{mediaKey}/Description/{docDescriptionId}
Deletes a document description for a media. There can be multiple document descriptions for a media.
Roles Allowed
admin, editor
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
articleKey |
Identifies the article the document description applies to |
integer |
Required |
mediaKey |
Identifies the media 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.