--- title: "Delete organization" source_url: https://dev.digicert.com/certcentral-apis/services-api/organizations/delete-organization.html api_method: DELETE api_endpoint: "/services/v2/organization/{{organization_id}}" api_url: "https://www.digicert.com/services/v2/organization/{{organization_id}}" --- **DELETE** `https://www.digicert.com/services/v2/organization/{{organization_id}}` Use this endpoint to delete the organization with the given ID. You **cannot delete** the first organization that was created with the CertCentral account. - **What happens when I delete an organization?** Deleting an organization permanently removes the organization and its domains from your CertCentral account. - **Can I delete an organization included on an order?** No, you cannot delete an organization included on an order, pending, canceled, active, revoked, or expired. To delete an organization included on a pending order, you must reject the order or edit the pending order and use a different organization. However, if that organization is on another order, you cannot delete it. ## Example requests and responses ## cURL ```bash curl --request DELETE 'https://www.digicert.com/services/v2/organization/{{organization_id}}' \ --header 'X-DC-DEVKEY: {{api_key}}' ``` ## 204 No Content ```json // No content ``` ## Path parameters
Name Req/Opt Description
organization_id required ID of organization to delete.