---
title: "Reset Custom Database"
method: DELETE
path: "/api/v1/database/reset"
---

# Reset Custom Database

`DELETE /api/v1/database/reset`

Resets the custom database by deleting all records.

## Response `200`

Custom database reset successfully.

- ResetResponse
  - `status` 200 — The HTTP status code of the response.
  - `message` string — A message describing the result.
  - `data` object
    - `deletedRecords` integer — The number of records deleted from the custom database.
  - `timestamp` string, date-time — The timestamp of the response in ISO 8601 format.
  - `version` string — The API version.
  - `requestsRemaining` integer, nullable — Number of requests remaining in the daily quota.
  - `ipRequestsRemaining` integer, nullable — Remaining IP-linked quota shared across API keys detected on the same IP.

## Other responses

- `401` — Unauthorized: Missing or invalid Bearer token or API key.
- `429` — Too Many Requests: Rate limit exceeded or requests too frequent.
- `500` — Internal server error or custom database model not available.

---

[API](https://skmtc.dev/docksys/apis/dock-api.md) · [All operations](https://skmtc.dev/docksys/apis/dock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docksys/dock-api/revisions/e6943210dda3/schema)
