Delete the latest version of recipe by recipe ID

delete

/s1-recipe-svc/rest/v1.0/recipes/{recipeId}

Deletes the latest version of recipe for a given recipe ID. Restricted to the Intake Designer role.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : RecipeInfo
Type: object
Show Source
Nested Schema : ClassificationInfo
Type: object
Show Source
Nested Schema : DocProcessInfo
Type: object
Show Source
Nested Schema : IntakeConfig
Type: object
Show Source
Nested Schema : subRecipes
Type: array
Show Source
Nested Schema : tokenList
Type: array
Show Source
Nested Schema : SubRecipes
Type: object
Show Source
Nested Schema : Token
Type: object
Show Source
Nested Schema : businessRules
Type: array
Show Source
Nested Schema : FieldsToExtract
Type: object
Show Source
Nested Schema : languages
Type: array
Show Source
Nested Schema : ocrrules
Type: object
OCR Rules
Show Source
Nested Schema : details
Type: array
Show Source
Nested Schema : FieldDetails
Type: object
Show Source
Nested Schema : modelMappingList
Type: array
Show Source
Nested Schema : ocrFieldMappingList
Type: array
Show Source
Nested Schema : ModelMapping
Type: object
Show Source
Nested Schema : ModelMetaData
Type: object
Show Source
Nested Schema : modelFieldMapping
Type: array
Show Source
Nested Schema : ModelFieldMapping
Type: object
Show Source
Nested Schema : OCRFieldMapping
Type: object
Show Source

401 Response

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

404 Response

Recipe not found
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