# Delete a route

Remove the rotue from the account.

Endpoint: DELETE /v3/routes/{id}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `id` (string, required)
    ID of the route

## Response 200 fields (application/json):

  - `message` (string)
    A string describing the result of the operation

  - `id` (string)
    ID of the deleted route

## Response 404 fields (application/json):

  - `message` (string)


