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.