🚀 Dock Config v1.3.0 — The all-new Config Studio is live. Verification + Welcome setup in one place with real-time previews.
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
}Delete all records from your custom Dock database using an authenticated reset endpoint.
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Custom database reset successfully.
The HTTP status code of the response.
200 A message describing the result.
Show child attributes
The timestamp of the response in ISO 8601 format.
The API version.
"1.0.0"
Number of requests remaining in the daily quota.
Remaining IP-linked quota shared across API keys detected on the same IP.