Detaches a service project from a host project. You can call this API from any service project without needing access to the host project that it is attached to.
HTTP request
POST https://apphub.googleapis.com/v1/{name=projects/*/locations/*}:detachServiceProjectAttachment
Required. Service project id and location to detach from a host project. Only global location is supported. Expected format: projects/{project}/locations/{location}.
[[["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 2024-08-27 UTC."],[[["This API endpoint detaches a service project from a host project, allowing detachment without host project access."],["The HTTP request is a `POST` to a specific URL using gRPC Transcoding syntax, targeting the detachment action."],["The `name` path parameter is required, specifying the service project ID and location (global only) in the format `projects/{project}/locations/{location}`."],["The request and response bodies are both expected to be empty for this operation."],["Detaching the service project requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `apphub.serviceProjectAttachments.detach` IAM permission on the specified resource."]]],[]]