---
title: "remove a reserved plan"
method: DELETE
path: "/api/v1/mails/{mailServerID}/plan"
tags: ["plan"]
---

# remove a reserved plan

`DELETE /api/v1/mails/{mailServerID}/plan`

Click on the request body schema to see all available plans.

## Path parameters

- `mailServerID` string, required

## Request body

- object
  - `reservedPlan` 'm1' | 'm2' | 'm3' | 'm4' | 'm5' | 'm6' | 'm7' | 'm8'

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Mail server not found - Plan not found.
- `428` — You are already on the same plan
- `500` — Unexpected error

---

[API](https://skmtc.net/liara-cloud/apis/liara-mail-api-documentaion.md) · [All operations](https://skmtc.net/liara-cloud/apis/liara-mail-api-documentaion/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/liara-mail-api-documentaion/versions/5ae39ee353b2/schema)
