Widgets
Delete Widget
Delete a single widget by ID.
DELETE
Delete Widget
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a single widget by ID.
curl --request DELETE \
--url https://api.oviond.com/v1/widgets/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/widgets/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}