- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Deletes a Repository.
Host: Data Plane
HTTP request
DELETE https://securesourcemanager.googleapis.com/v1/{name=projects/*/locations/*/repositories/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the repository to delete. The format is projects/{project_number}/locations/{locationId}/repositories/{repositoryId}. |
Query parameters
Parameters | |
---|---|
allowMissing |
Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
securesourcemanager.repositories.delete
For more information, see the IAM documentation.