Skip to main content
DELETE
/
public
/
pipelines
/
{pipelineId}
/
versions
/
{versionId}
Delete a pipeline version
curl --request DELETE \
  --url https://web-api.clerk.chat/public/pipelines/{pipelineId}/versions/{versionId} \
  --header 'apiKey: <api-key>'

Authorizations

apiKey
string
header
required

Path Parameters

pipelineId
string<uuid>
required

The ID of the pipeline

versionId
string<uuid>
required

The ID of the pipeline version

Response

Pipeline version deleted successfully