---
title: "Hard-delete a maintenance event"
method: POST
path: "/v1/admin.maintenance.delete"
tags: ["admin"]
---

# Hard-delete a maintenance event

`POST /v1/admin.maintenance.delete`

## Request body

- DeleteRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `uid` string, required

## Response `200`

OK

- DeleteResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `ok` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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