Skip to main content
DELETE
/
v0
/
widgets
/
{external_id}
Delete Widget
curl --request DELETE \
  --url https://api.example.com/v0/widgets/{external_id}
{
  "detail": "No wallet found with ID 12345 for this user.",
  "error_code": "WAL-404-001",
  "instance": "/v0/wallets/12345",
  "status": 404,
  "title": "Wallet Not Found",
  "trace_id": "abc123-def456-ghi789",
  "type": "https://api.sumvin.com/errors/wal-404-001"
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

external_id
string
required

Response

Widget deleted successfully