POST/jack/disconnectChannel
Disconnect a source and destination channel within Jack.
Request
- application/json
Body
required
source stringrequired
The source connection channel
destination stringrequired
The destination connection channel
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
A message with clear information what's going on.
{
"message": "string"
}
Loading...