# Restore the default shipping policy

`DELETE /api/v1/address/policy`

- Authentication: Secret API key as a bearer token
- Billing: Free.
- Group: Address

Puts the published defaults back — block above 60 and on undeliverable, placeholder and vacant, no register requirement — and forgets when the policy was last changed.

## Example request

```bash
curl -X DELETE https://spaw.co/api/v1/address/policy \
  -H "Authorization: Bearer sk_live_…"
```

## Responses

### 200 — The defaults, in force again.

## Error codes

- `UNAUTHENTICATED` — https://spaw.co/docs/errors/UNAUTHENTICATED
- `RATE_LIMITED` — https://spaw.co/docs/errors/RATE_LIMITED

---

Canonical page: https://spaw.co/docs/api/reset-address-policy · OpenAPI document: https://spaw.co/openapi.json · All endpoints: https://spaw.co/docs/api
