v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443311204.0 KB

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 GetLayout.

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

  • Deleted layouts are not included in the ListLayouts response.

delete/domains/{domainId}/layouts/{layoutId}

Path parameters

domainIdstring required

The unique identifier of the Cases domain.

layoutIdstring required

The unique identifier of the layout.

Response

Success

DeleteLayoutResponse required