# Restore the default sending policy

`DELETE /api/v1/email/policy`

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

Puts the published defaults back — block above 60 and on disposable, typo-squat, parked, blocklisted and no-reply — and forgets when the policy was last changed.

## Example request

```bash
curl -X DELETE https://spaw.co/api/v1/email/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-email-policy · OpenAPI document: https://spaw.co/openapi.json · All endpoints: https://spaw.co/docs/api
