Delete a configuration
Permanently deletes a configuration and its operator and action references. In-flight sessions already running it are unaffected, but it can no longer be selected for new sessions. To retire a configuration without deleting it, PATCH { "is_active": false } instead.
Required scope: intelligence:delete
Path Parameters
- Type: string · Uuiduuidrequired
The configuration's stable
uuid— unchanged across version bumps and edits.
Responses
- 204
Successful Response
- application/json
- application/json
- application/json
Request Example for delete/configurations/{uuid}
curl 'https://api.simwood.com/intelligence/v1/configurations/{uuid}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body