Skip to main content

Delete Browser Layouts

info

All JSON array responses have been shortened for readability.

DELETE/<ApplicationID/collections/<CollectionID>/browserlayouts/<BrowserLayoutID>
Endpoint Requires Authentication


warning

Browser Layouts are primarily used with the frontend interface at go.weightron.cloud. They can only be used with a valid collection parent.

Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/browserlayouts/641c1177ebc8b2f3c195b042
Description

Deletes the given browser layout.

Layouts are created with an owner, which should be the principal entity ID that made the request. If the layouts isPublic is false, or allowPublicEditing is false, it cannot be deleted by a different user.

Returns
{
"timestamp": "2023-03-23T12:52:42.822Z",
"data": {
"acknowledged": true,
"deletedCount": 1
}
}