---
title: "Update LinkedIn account revoke settings"
method: PUT
path: "/v3/linkedin-accounts/{id}/revoke-settings"
tags: ["LinkedIn Accounts"]
---

# Update LinkedIn account revoke settings

`PUT /v3/linkedin-accounts/{id}/revoke-settings`

<small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>

Updates the automatic connection revocation settings for a LinkedIn account.

## Path parameters

- `id` integer, required

## Request body

- object — Request body for updating revocation settings on a LinkedIn account.
  - `enabled` boolean, required — Whether automatic connection revocation is enabled
  - `periodDays` integer, required — Number of days after which connections are revoked

## Response `204`

Revoke settings updated successfully. The response body is empty.

- unknown

## Other responses

- `400` — Validation failure on the request body or route parameter, or a business rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this LinkedIn account
- `404` — LinkedIn account not found
- `429` — Too Many Requests

---

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