Skip to main content

Delete a Destination

Use this command to delete an individual destination.

Active for Version: 4.2+

Authorizations: Administrator, Operator

Requests

CODE
DELETE /api/destinations/[Destination ID]
cookie: sessionID: [Session ID]

Parameters

N/A

Response

OK
CODE
{
    "type": "DeleteOutput",
    "message": "Output has been deleted successfully"
}
Destination in Use Error
CODE
{
    "type": "DeleteOutput",
    "message": "Output is used by routes: [\"test\"]"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.