Skip to main content
DELETE
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
Delete Widget
curl --request DELETE \
  --url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/widgets/{widgetId}
{}

Path Parameters

accountId
string
required

The ID of the account

projectId
string
required

The ID of the project

widgetId
string
required

The ID of the widget

Response

The response is of type object.