nooks
GitHubInstall
Instance

Delete instance

DeleteInstance empties it and returns it to first run. Admins only, and there is no undo: Nooks keeps no backup of its own.

POST
/api/v1/instance:delete

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/instance:delete" \  -H "Content-Type: application/json" \  -d '{}'
{}