Organization Seals

Revoke an organization seal

Revoke (soft-delete) a seal. Optionally stop pending signing requests that reference it. Company-scope seals require a protected API key.

delete/seals/{id}

Path parameters

idstring uuid required

Seal ID

Query parameters

stop_pendingboolean

Cancel pending signing requests referencing this seal

Response

Seal revoked successfully

idstring uuid
lineage_idstring uuid

Shared across versions of the same seal

versioninteger
companies_idstring uuid
companies_workspaces_idstring uuid nullable

Null for company-scope seals

namestring
display_namestring
signatory_titlestring nullable
kind'uploaded' | 'typed' | 'drawn'
is_default0 | 1

1 if this is the default seal for its scope

statement_languagestring
statement_versioninteger
signatory_namestring
signatory_title_attestedstring nullable
attested_atstring date-time
revoked_onstring date-time nullable
created_atstring date-time
deleted0 | 1
in_flight_requestsinteger

Number of in-flight signing requests that referenced this seal

Changes