# Removes minimum sync round restriction from the ledger.

DELETE

/v2/ledger/sync

Unset the ledger sync round.

## Authorizations

- **[api_key](https://dev.algorand.co/reference/rest-api/algod/#api_key)**

## Responses

### 200

### 400

Sync round not set.

Select media type application/json

An error response with optional data field.

object

**data**

object

**message**

required

string

### 401

Invalid API Token

Select media type application/json

An error response with optional data field.

object

**data**

object

**message**

required

string

### 500

Internal Error

Select media type application/json

An error response with optional data field.

object

**data**

object

**message**

required

string

### 503

Service Temporarily Unavailable

Select media type application/json

An error response with optional data field.

object

**data**

object

**message**

required

string

### default

Unknown Error
