Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A short-lived partner token, obtained by exchanging your API key at POST /token. Send it as Authorization: Bearer <access_token>.

Tokens live for fifteen minutes by default and never for more than an hour. Mint one per batch of work, not one per request.

The token carries the workspace and the environment its key was issued for. You cannot change either by asking: the exchange ignores everything in the request body for exactly that reason.

Never send it as a cookie or in a query string, and never store it — store the API key, mint tokens from it.

Path Parameters

event_id
string<uuid>
required

The event_id of the user.erased delivery being acknowledged.

Body

application/json
completed_at
string<date-time>

When you completed the deletion. Defaults to the time we receive this.

Response

Your confirmation is recorded. Sandbox only.

event_id
string<uuid>
required
acknowledged_at
string<date-time>
required