sources
Delete a Source
Delete the specified Source.
delete/system/inputs/{id}
Path parameters
idstring required
The <code>id</code> of the Source to delete.
Response
The deleted Source object in a single-item list.
Example response
{
"items": [
{
"notifications": [
{
"mode": "direct"
}
]
}
]
}