Delete a binding
Removes a binding, so new conversations at that ingress point are no longer analysed automatically. In-flight sessions are unaffected. To keep the binding but stop it applying, park the configuration instead.
Required scope: intelligence:write
Path Parameters
- Type: string · Uuiduuidrequired
The binding's stable
uuid.
Responses
- 204
Successful Response
- application/json
- application/json
- application/json
Request Example for delete/bindings/{uuid}
curl 'https://api.simwood.com/intelligence/v1/bindings/{uuid}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body