# Delete an organization **DELETE /api/v1/organization/{id}** Deletes an organization by its ID. The requesting user must be authenticated and either own the organization or be a parent organization. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization to delete ## Responses ### 200 Organization deleted successfully #### Body: application/json (object) - **message** (string) ### 401 Not authenticated. The user must be logged in to access this endpoint. ### 404 Not Found. The organization does not exist or the user does not have permission to delete it. [Powered by Bump.sh](https://bump.sh)