Skip to main content
Soft-delete a store. The store data is retained but becomes inaccessible. Only the store owner can perform this action.
Authentication: API Key (owner role required)

Request Body

Example Request

Success Response (200)

Response Fields

Same as Create Store response fields, with deletedAt populated.

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts). On 409, clean up blocking resources first (AI callers should escalate via aiHint).

409 Response Example

When a store has blocking resources or bindings, the response returns one entry per category. Each entry carries reason (machine-readable), count, a human-readable message, and an aiHint instructing AI-driven callers to stop and escalate to a human operator instead of retrying.
aiHint appears only on 409 responses; it is omitted on 400 / 403 / 404 / 500.
Deleting a store is a soft delete. The store data is retained but the store becomes inaccessible. This action cannot be undone through the API.Before deleting, you must deactivate all products, resolve pending orders, cancel active subscriptions, close any open KYB tickets, and revoke any bound sender email or domain.