Delete Pipeline File
DELETE/api/v1/pipelines/:pipeline_id/files/:file_id
Delete a file from a pipeline.
Request
Path Parameters
file_id uuidrequired
pipeline_id uuidrequired
Cookie Parameters
session any
Responses
- 204
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...