flows_bindings_destroy
DELETE/flows/bindings/:fsb_uuid/
FlowStageBinding Viewset
Request
Path Parameters
fsb_uuid uuidrequired
A UUID string identifying this Flow Stage Binding.
Responses
- 204
- 400
- 403
No response body
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...