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