WarpLink
API Reference

Organizations

Manage organizations.

Delete an Organization

DELETE/organizations/{id}

Delete an organization

Permanently deletes the organization and all associated data (links, apps, members, etc.) via database cascade. Requires the `X-Confirmation-Name` header matching the organization name. The API key can only delete its own organization.

Parameters

NameTypeInDescription
id*stringpath
X-Confirmation-Name*stringheaderMust match the organization name exactly.

Responses

200Deleted organization
FieldTypeDescription
idstring
namestring
slugstring
plan"free" | "starter" | "growth" | "scale"
monthly_click_limitinteger
billing_period_startstring
default_fallback_urlstring | null
created_atstring
updated_atstring
400Invalid ID or missing confirmation header
FieldTypeDescription
error*object
401Unauthorized
FieldTypeDescription
error*object
403Forbidden or confirmation name mismatch
FieldTypeDescription
error*object
404Not found
FieldTypeDescription
error*object

On this page