Skip to content

Delete Layout

connectcases_delete_layout R Documentation

Deletes a layout from a cases template

Description

Deletes a layout from a cases template. You can delete up to 100 layouts per domain.

After a layout is deleted:

  • You can still retrieve the layout by calling get_layout.

  • You cannot update a deleted layout by calling update_layout; it throws a ValidationException.

  • Deleted layouts are not included in the list_layouts response.

Usage

connectcases_delete_layout(domainId, layoutId)

Arguments

domainId

[required] The unique identifier of the Cases domain.

layoutId

[required] The unique identifier of the layout.

Value

An empty list.

Request syntax

svc$delete_layout(
  domainId = "string",
  layoutId = "string"
)