provider Widgets DELETE /api/v2/widgets/{experience_type}/{uuid}
@utdk/datadog /api/v2/widgets/{experience_type}/{uuid}
Delete a widget
Soft-delete a widget by its UUID for a given experience type.
experience_type path required
The experience type for the widget.
enum: ccm_reports, logs_reports, csv_reports, product_analytics
uuid path required
The UUID of the widget.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deletewidget
DELETE/api/v2/widgets/{experience_type}/{uuid}
Soft-delete a widget by its UUID for a given experience type.

Parameters

required

The experience type for the widget.

required

The UUID of the widget.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.deletewidget()