- Getting started
- CREDIT ENDPOINTS
- GENERATE ENDPOINTS
- GETText generation rules and limits
- GETAvailable text generation tones
- GETText generation styles
- GETTarget audiences for text generation
- GETAvailable text types for generation
- GETText generation history
- GETStatus of generated texts
- GETGenerated text for multiple records
- GETActive generation requests
- GETDetails of a specific generation request
- POSTText generation
- POSTCancel a bulk generation request
- POSTUpdate generated text fields
- IMAGE ENDPOINTS
- KEYWORDS ENDPOINTS
- GETKeyword optimization data
- POSTOptimize keywords for text
- DELETEKeyword optimization
- PUTKeyword optimization
- GETKeyword optimization list
- PUTKeyword optimization data
- DELETERanking keywords
- PUTKeyword optimization pipelines
- GETKeyword state
- POSTKeyword pipeline
- DELETEKeyword pipeline
- POSTRestore keyword pipeline
- POSTAdd triggers to keyword pipeline
- POSTAdd triggers to a specific keyword pipeline
- POSTLock a specific keyword pipeline
- POSTUnlock a specific keyword pipeline
- GETPipeline snapshots
- PUTUpdate or create a snapshot
- POSTAdd manual keywords
- GETManual keywords
- REVIEW ENDPOINTS
- SUGGESTION ENDPOINTS
Delete pipeline
delete
/text/Keywords/Optimization/Pipelines/{id}
This endpoint allows the deletion of a specific pipeline by specifying the
id
and providing optional query parameters for more specific filtering.Requirements
Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Parameter Name | Type | Description |
---|---|---|
id | string, required | The ID of the pipeline to be deleted. This is a path parameter and must be included in the URL. |
Parameter Name | Type | Description |
---|---|---|
storeId | string, optional | Store ID to identify the context of the pipeline. Default is default . |
type | string, optional | Specifies the type of pipeline (e.g., Product, Category). |
recordId | string, optional | The Object ID associated with the pipeline. |
languageCode | string, optional | Two-letter language code, e.g., en . Default is en . |
Request body parameters
Response
200
400
404
500
//The request was successful, and the pipeline was deleted. The response provides the details of the deleted pipeline.
//The request is invalid due to missing or incorrect parameters.
//The specified id does not exist or cannot be found.
//The server encountered an error when processing the request.