Skip to main content
DELETE
/
api
/
v1
/
database
/
reset
Reset Custom Database
curl --request DELETE \
  --url https://api.docksys.xyz/api/v1/database/reset \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "message": "Custom database reset successfully",
  "data": {
    "deletedRecords": 0
  },
  "timestamp": "2025-10-02T12:38:56Z",
  "version": "1.0.0",
  "requestsRemaining": 499,
  "ipRequestsRemaining": 499
}
Destructive Action Authenticated Database Management
This endpoint permanently resets your custom Dock database. Use it carefully.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Custom database reset successfully.

status
enum<integer>

The HTTP status code of the response.

Available options:
200
message
string

A message describing the result.

data
object
timestamp
string<date-time>

The timestamp of the response in ISO 8601 format.

version
string

The API version.

Example:

"1.0.0"

requestsRemaining
integer | null

Number of requests remaining in the daily quota.

ipRequestsRemaining
integer | null

Remaining IP-linked quota shared across API keys detected on the same IP.