Skip to main content

Check the status of a deletion request

GET 

/v1/deletions/:deletion_id

Resolves the verification_url returned by every deletion request (SPEC-14 §11.5). Reports pending while physical deletion is queued (SLA 24h) and completed once it finished. Backed by the non-identifying deletion audit record (SPEC-14 §13.1), so it keeps answering after the subject data is gone. Ids from other accounts 404.

Request

Responses

Default Response

Response Headers
    X-Request-Id

    ULID stamped on every response and propagated through error envelopes. Use it when filing support tickets — it identifies the exact request in the structured logs (requestId field).

    X-RateLimit-Limit

    Requests-per-second ceiling for the current bucket (per-organization for authenticated calls, per-IP for public ones).

    X-RateLimit-Remaining

    Tokens left in the bucket after this request.

    X-RateLimit-Reset

    ISO-8601 timestamp when the bucket will be fully refilled.