Skip to main content
POST
Bulk Delete Widgets
Deletes multiple widgets at once. Deletion is always scoped to your own widgets — IDs that don’t belong to you are skipped and returned in not_deleted.

Authentication

Requires a Bearer token (API key) or a dashboard session.

Request

ids
string[]
required
Widget config UUIDs to delete (max 500). Duplicates are ignored.

Response

deleted
string[]
IDs that were deleted.
not_deleted
string[]
Requested IDs that were skipped (not found or not owned by the caller).
requested
number
Count of distinct IDs requested.

Example

curl