Skip to main content
DELETE
/
v1
/
widget
/
custom_components
/
{id}
Delete Custom Component
curl --request DELETE \
  --url https://api.bland.ai/v1/widget/custom_components/{id} \
  --header 'authorization: <authorization>'

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
UUID of the custom component to update.

Response

status
number
HTTP status code (204 for success).