Controllers

Delete Controller Config

Delete a controller configuration file.

Permanently removes the specified configuration YAML file from the conf/controllers directory. This action cannot be undone. The configuration will no longer be available for use with new bot instances.

Note: Deleting a configuration does not affect bots that are already running with a copy of this configuration. Running bots maintain their own configuration state.

delete/controllers/configs/{config_name}

Path parameters

config_namestring required

Response

Successful Response

{"stackTrail":"paths:/controllers/configs/{config_name}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes