---
title: "Remove user terminal from service line"
method: DELETE
path: "/public/v2/service-lines/{serviceLineNumber}/user-terminals/{deviceId}"
tags: ["Service Lines"]
---

# Remove user terminal from service line

`DELETE /public/v2/service-lines/{serviceLineNumber}/user-terminals/{deviceId}`

Required permission: Service plan, Edit.<br/>This removes the user terminal from the service line, but it remains on the account and can be added to another service line. This clears any L2VPN circuits configured for the terminal.

## Path parameters

- `serviceLineNumber` string, required
- `deviceId` string, required

## Response `200`

Removed user terminal from service line

- ServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to remove user terminal from service line

---

[API](https://skmtc.net/starlink/apis/starlink-management-api.md) · [All operations](https://skmtc.net/starlink/apis/starlink-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlink/starlink-management-api/versions/a730bd0ddb42/schema)
