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/v1alpha/{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 allows detaching a service project from a host project, and can be called from any service project."],["The HTTP request uses a POST method with a specific URL structure for detaching a service project."],["The required path parameter `name` specifies the service project ID and location, with only the global location supported."],["The request and response bodies for this API call are both empty."],["Detaching a service project requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `apphub.serviceProjectAttachments.detach`."]]],[]]