---
title: "Opt out priority data"
method: POST
path: "/public/v2/service-lines/{serviceLineNumber}/data/opt-out"
tags: ["Service Lines"]
---

# Opt out priority data

`POST /public/v2/service-lines/{serviceLineNumber}/data/opt-out`

Required permission: Service plan, Edit.<br/>Opt out the service line from continuing to use priority data even when plan capacity is exceeded. If the service line reaches the plan capacity, it will switch to using standard data. Only applies to some products.

## Path parameters

- `serviceLineNumber` string, required

## Response `200`

Successfully opted out service line

- OptInResponseServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` OptInResponse
    - `productId` string — Opt in product Id.
    - `activatedDate` string, date-time — Activation date.
    - `deactivatedDate` string, date-time, nullable — Deactivation date.
    - `isInOptInCoolDown` boolean — Whether service line is in cool down period from recently changing opted in state

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to opt out 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/revisions/a730bd0ddb42/schema)
