Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
streaming-pipelines
/
{streamingPipelineId}
Delete a streaming pipeline definition
curl --request DELETE \
  --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>",
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "<string>",
  "violations": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required

The ID of the project from which to delete the streaming pipeline definition

streamingPipelineId
string<uuid>
required

The ID of the streaming pipeline definition to delete

Response

Successfully deleted the streaming pipeline definition