Confirmation required

HTTP 400 · confirm-required← all Webpath errors

Deleting a whole space or prefix needs an explicit confirmation.

How to recover. Repeat the request with ?confirm=.

Example response

{
  "type": "https://muse.as/a/webpath/errors/confirm-required",
  "title": "Confirmation required",
  "status": 400,
  "detail": "Repeat the request with ?confirm=<space-hostname>."
}

This page documents the confirm-required error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.