Skip to main content
DELETE
Deletes a widget.
Deletion takes effect immediately for every embedded copy — any page still embedding this widget can no longer start checkouts. Remove or replace the embed code on your pages before deleting, so visitors don’t hit a dead button.

Who can call this

Send your dashboard JWT (browser session) as a Bearer token, with team role merchant_admin or merchant_member plus the widgets:manage permission. Widget management is not accessible with an API key. Mutations are rate-limited to 20 requests per minute. See the Authentication guide.

Path parameters

string
required
The widget id.

Response

boolean
true when the widget was deleted.

See also