Delete a recipe configuration by recipe ID

delete

/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}

Removes unnecessary recipes configured for OCR extraction or AI prediction by passing in the relevant recipe ID in the above path. Restricted to the Intake Designer role. Note that this function deletes all the recipe configurations that include the provided recipe ID regardless of their version.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: string(uuid)

400 Response

Bad request
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

401 Response

Unauthorized user
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal server error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top