Fast-purge organization
Owner-only override of the default 90-day tombstone lifecycle (see DELETE /organizations/{id}): immediately and irreversibly destroys the organization and all its data, including regulated traceability records that would otherwise be retained per FSMA 204 / DSCSA. Requires typing the organization’s exact current name as confirmation_name and setting acknowledged: true to explicitly waive the regulated-data retention window. Returns 409 if any product this org touches is under an active recall (spoliation guard), or 422 if the confirmation input doesn’t match. Subject to the same step-up re-authentication gate as DELETE /organizations/{id}. This cannot be undone.
Authorizations
Path Parameters
UUID of the organization.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Body
Must exactly match the organization's current name.
Explicit acknowledgment that this org may hold regulated traceability records (EPCIS / CTE / GTIN-ownership) that FSMA 204 / DSCSA may require retaining, and that the owner accepts responsibility for having them permanently deleted now.
Response
No Content