Delete a custom operator
Permanently deletes a custom operator and all its versions. Returns 409 if any configuration still references it — the response lists the referencing configuration UUIDs. Platform operators cannot be deleted (403).
Required scope: intelligence:delete
Path Parameters
- Type: string · Namenamerequired
The operator's name (kebab-case).
Responses
- 204
Successful Response
- application/json
- application/json
- application/json
- application/json
Request Example for delete/operators/{name}
curl 'https://api.simwood.com/intelligence/v1/operators/{name}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body