Deletes a content_type from the content_type document.


  • Full name: cms_delete_content_type
  • Defined in: cms/core/Shared/Helpers/content-type.php

Parameters

Parameter Type Description
$contentTypeId string The id of the content_type to delete.

Return Value

false|string|\Qubus\Error\Error

ContentType id or false|Error on failure.