Deletes a developer. All apps and API keys associated with the developer are also removed.
Warning: This API will permanently delete the developer and related artifacts.
To avoid permanently deleting developers and their artifacts, set the developer status to inactive using the developers.setDeveloperStatus API.
Note: The delete operation is asynchronous. The developer is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis API permanently deletes a developer and all associated apps and API keys.\u003c/p\u003e\n"],["\u003cp\u003eDeleting a developer is asynchronous, with the developer being deleted immediately, but associated resources may take a few minutes to be fully removed.\u003c/p\u003e\n"],["\u003cp\u003eThe API uses a DELETE HTTP request with a specific URL structure and requires the developer's email address within the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for deleting a developer must be empty.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this API requires the \u003ccode\u003eapigee.developers.delete\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.developers.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes a developer. All apps and API keys associated with the developer are also removed.\n\n**Warning**: This API will permanently delete the developer and related artifacts.\n\nTo avoid permanently deleting developers and their artifacts, set the developer status to `inactive` using the [developers.setDeveloperStatus](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers/setDeveloperStatus#google.cloud.apigee.v1.Developers.SetDeveloperStatus) API.\n\n**Note**: The delete operation is asynchronous. The developer is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.\n\n### HTTP request\n\n`DELETE https://apigee.googleapis.com/v1/{name=organizations/*/developers/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Developer](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers#Developer).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]