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.
<p>After a layout is deleted:</p> <ul> <li> <p>You can still retrieve the layout by calling <code>GetLayout</code>.</p> </li> <li> <p>You cannot update a deleted layout by calling <code>UpdateLayout</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted layouts are not included in the <code>ListLayouts</code> response.</p> </li> </ul>
Usage¶
Arguments¶
domainId
[required] The unique identifier of the Cases domain.
layoutId
[required] The unique identifier of the layout.
Value¶
An empty list.