destinations

Delete a Destination within a Pack

Delete the specified Destination within the specified Pack.

delete/p/{pack}/system/outputs/{id}

Path parameters

idstring required

The <code>id</code> of the Destination to delete.

packstring required

The <code>id</code> of the Pack.

Response

The deleted Destination object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "notifications": [
        {
          "mode": "direct"
        }
      ]
    }
  ]
}

Changes