Headers
Your API key for authentication.
Path Parameters
UUID of the custom component to update.
Response
HTTP status code (204 for success).
curl --request DELETE \
--url https://api.bland.ai/v1/widget/custom_components/{id} \
--header 'authorization: <authorization>'
Deletes a specific custom component by ID.
curl --request DELETE \
--url https://api.bland.ai/v1/widget/custom_components/{id} \
--header 'authorization: <authorization>'
Was this page helpful?