Skip to main content
GET
Read-only delete-account preview

Authorizations

Authorization
string
header
required

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

Path Parameters

hub_id
string
required

Response

Successful Response

data
AccountDeletionPreviewResource · object
required

JSON:API resource object for the delete-account preview.

type is "account_deletion_previews" — snake_case + plural, mirroring the existing "account_deletions" convention (POST's request type) by naming the noun this resource represents: a preview of an account deletion. Distinct from "account_deletions" because this is a different resource shape (read-only projection vs. the mutating request envelope) even though both concern the same underlying action.

included
any[] | null
meta
Meta · object | null