ApiCollection pipelines
Deletes a Collection Pipeline through its canonical owning Application.
Removes the Pipeline definition and stops it from being scheduled again. The lookup is scoped to the Application in the route, so a Pipeline owned by a different Application returns 404. Requires the Admin role.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
network*string
Id of the owning Application.
Format
uuidcollectionPipeline*string
Id of the Collection Pipeline to delete.
Format
uuidtenant*string
The tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/collectionPipelines/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}