DELETE v1/Article/{articleKey}/Section/{sectionKey}
Delete a section.
Roles Allowed
admin, editor
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
articleKey | integer |
Required |
|
sectionKey |
SectionKey to delete |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 if found, HTTP 404 otherwise
None.