Delete a target for rebroadcasting a Streamplace stream.
Input
Encoding
application/jsonrkey
stringrecord-key
Required
The Record Key of the target to delete.
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"rkey"
],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"description": "The Record Key of the target to delete."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"parameters": null,
"description": "Delete a target for rebroadcasting a Streamplace stream."
}