notify

Recall a send

Close the reveal on a sealed send: revoke the access grants, or destroy the sealed content outright. Idempotent, and partial by design — one recipient failing never stops the rest, and every failure is reported. A plaintext send has no grant to revoke and is refused.

post/products/notify/sends/{sendId}/recall

Path parameters

sendIdstring required

The send to recall.

Request body

recipient_idsstring[]

Recall only these recipients. Ids not on the send come back in not_found rather than failing the call.

mode'grant' | 'content'

grant revokes the access grants, leaving the content intact for any other share. content destroys the sealed content itself.

Response

The recall ran; the body reports what it reached.

Changes

No recorded changes to this endpoint across all 1 revision of this API.