Required. The name of the Runtime Project Attachment to delete. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtimeProjectAttachment}
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name resource:
[[["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-01-16 UTC."],[[["This API call is used to delete a runtime project attachment from the API Hub, effectively detaching it from its host project."],["The HTTP request uses the `DELETE` method to the specified URL, which includes a required path parameter, `name`, to identify the runtime project attachment."],["The request body for this API call must be empty, meaning no data needs to be provided within the request's body."],["A successful call returns an empty JSON object as the response body, indicating the runtime project attachment has been deleted."],["To successfully use the API, the caller must have the `apihub.runTimeProjectAttachments.delete` IAM permission on the `name` resource, as well as the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]