[[["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-06-10 UTC."],[[["\u003cp\u003eThis API endpoint, \u003ccode\u003eprojects.locations.processors.delete\u003c/code\u003e, is used to delete a specified processor along with its deployed model artifacts and associated data.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using a \u003ccode\u003eDELETE\u003c/code\u003e HTTP method and requires the processor's resource name in the format \u003ccode\u003eprojects/{project}/locations/{location}/processors/{processor}\u003c/code\u003e within the URL path.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to use this API requires the \u003ccode\u003edocumentai.processors.delete\u003c/code\u003e IAM permission on the target resource and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will return an \u003ccode\u003eOperation\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eTo use the endpoint a supported service endpoint needs to be specified.\u003c/p\u003e\n"]]],[],null,["# Method: processors.delete\n\n**Full name**: projects.locations.processors.delete\n\nDeletes the processor, unloads all deployed model artifacts if it was enabled and then deletes all artifacts associated with this processor.\n\n### HTTP request\n\n`DELETE https://{endpoint}/v1/{name}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\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 [Operation](/document-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `documentai.processors.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]