Skip to content

Deactivate Config

DELETE
/api/v1/configs/{config_id}

Deactivate a pipeline configuration (soft delete).

Args: config_id: Configuration UUID service: Execution service (injected)

Raises: HTTPException: 404 if not found

config_id
required
Config Id
string format: uuid

Successful Response

Resource not found

ErrorResponse

Standard error response matching FastAPI HTTPException format.

This model is used in OpenAPI response declarations for 4xx/5xx errors. The detail field matches FastAPI’s HTTPException structure.

object
detail
required
Detail

Error message (matches FastAPI HTTPException)

string
error_code
Any of:
string
correlation_id
Any of:
string
timestamp
Timestamp

Error timestamp

string format: date-time

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object