DELETE v1/Article/{articleKey}/Type/{typeKey}
Delete an Article Type. To see the list of possible types, visit the ElementTypes controller.
Roles Allowed
admin, editor
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
articleKey | integer |
Required |
|
typeKey | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 if found, HTTP 404 otherwise
None.