Examples

DELETE /katello/api/content_views/909058347/environments/1028819239
{
  "content_view": {}
}
400
{
  "displayMessage": "Content view 'Published Library and dev view' is not in lifecycle environment 'Staging'.",
  "errors": [
    "Content view 'Published Library and dev view' is not in lifecycle environment 'Staging'."
  ]
}

Params

Param name Description
id
required

content view numeric identifier

Validations:

  • Must be a number.

environment_id
required

environment numeric identifier

Validations:

  • Must be a number.