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
-
recipeId(required): string(uuid)
Recipe ID
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : DocProcessInfo
Type:
Show Source
object
-
businessRules: array
businessRules
-
extractionPaths: object
FieldsToExtract
-
extractionTlzId: integer
(int64)
-
languages: array
languages
-
ocrTemplateStrategy: string
Allowed Values:
[ "FIRST_TEMPLATE", "MULTI_TEMPLATE", "PRIORITY_TEMPLATE", "FULL_OCR" ]
-
postProcessScriptId: integer
(int64)
401 Response
Unauthorized User
Root Schema : ErrorResponseData
Type:
object
Response object for error
Show Source
-
details: object
details
Error Details
-
errorCode: string
Error CodeExample:
Exception
-
errorMessage: string
Error MessageExample:
Please see the server log for details
Nested Schema : details
Type:
object
Error Details
404 Response
Recipe not found
Root Schema : ErrorResponseData
Type:
object
Response object for error
Show Source
-
details: object
details
Error Details
-
errorCode: string
Error CodeExample:
Exception
-
errorMessage: string
Error MessageExample:
Please see the server log for details
Nested Schema : details
Type:
object
Error Details
500 Response
Internal Server Error
Root Schema : ErrorResponseData
Type:
object
Response object for error
Show Source
-
details: object
details
Error Details
-
errorCode: string
Error CodeExample:
Exception
-
errorMessage: string
Error MessageExample:
Please see the server log for details
Nested Schema : details
Type:
object
Error Details