organizations

Delete an organization

Delete an organization where the user is a member. The user must have delete permissions for the organization. By default, organizations are soft-deleted (along with their child projects). Set the hard query parameter to true to permanently delete the organization (requires server admin).

delete/v0/organizations/{organization}

Path parameters

organizationstring required

The slug or UUID for an organization.

Query parameters

hardboolean nullable

Hard delete the organization (requires server admin).

Response

successful deletion

Changes